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',