From dbe1718dc9439413afadcf27705396354c96f9b3 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Wed, 18 Dec 2024 18:03:03 +0000 Subject: [PATCH] Fix types Signed-off-by: Charles de Dreuille --- packages/canon/src/components/Container/Container.stories.tsx | 2 +- packages/canon/src/components/Grid/Grid.stories.tsx | 4 ++-- packages/canon/src/components/Inline/Inline.stories.tsx | 2 +- packages/canon/src/components/Stack/Stack.stories.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/canon/src/components/Container/Container.stories.tsx b/packages/canon/src/components/Container/Container.stories.tsx index bedf96ec9e..bdbaeb79e8 100644 --- a/packages/canon/src/components/Container/Container.stories.tsx +++ b/packages/canon/src/components/Container/Container.stories.tsx @@ -53,7 +53,7 @@ type Story = StoryObj; const FakeBox = () => ( ); diff --git a/packages/canon/src/components/Grid/Grid.stories.tsx b/packages/canon/src/components/Grid/Grid.stories.tsx index bf1bcecfd7..73aec06cf4 100644 --- a/packages/canon/src/components/Grid/Grid.stories.tsx +++ b/packages/canon/src/components/Grid/Grid.stories.tsx @@ -45,7 +45,7 @@ type Story = StoryObj; const FakeBox = () => ( ); @@ -105,7 +105,7 @@ export const RowAndColumns: Story = { diff --git a/packages/canon/src/components/Inline/Inline.stories.tsx b/packages/canon/src/components/Inline/Inline.stories.tsx index 613fd68c68..ab58a3b7f7 100644 --- a/packages/canon/src/components/Inline/Inline.stories.tsx +++ b/packages/canon/src/components/Inline/Inline.stories.tsx @@ -57,7 +57,7 @@ const FakeBox = ({ height?: number; }) => ( ); diff --git a/packages/canon/src/components/Stack/Stack.stories.tsx b/packages/canon/src/components/Stack/Stack.stories.tsx index 331c2ee1e1..fbb5d5d651 100644 --- a/packages/canon/src/components/Stack/Stack.stories.tsx +++ b/packages/canon/src/components/Stack/Stack.stories.tsx @@ -53,7 +53,7 @@ const FakeBox = () => ( Fake Box