From 5db28b1607e2058f7c9f22f3b5948a392cdc5ce9 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 23 May 2022 14:23:05 +0200 Subject: [PATCH] :rotating_light: Fix storybook compilation --- src/components/AppShelf/AppShelf.story.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AppShelf/AppShelf.story.tsx b/src/components/AppShelf/AppShelf.story.tsx index 928510aac..c73a42f19 100644 --- a/src/components/AppShelf/AppShelf.story.tsx +++ b/src/components/AppShelf/AppShelf.story.tsx @@ -1,5 +1,6 @@ import { SimpleGrid } from '@mantine/core'; -import AppShelf, { AppShelfItem } from './AppShelf'; +import AppShelf from './AppShelf'; +import { AppShelfItem } from './AppShelfItem'; export default { title: 'Item Shelf',