diff options
Diffstat (limited to 'src/components/organisms/images/gallery.stories.tsx')
| -rw-r--r-- | src/components/organisms/images/gallery.stories.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/organisms/images/gallery.stories.tsx b/src/components/organisms/images/gallery.stories.tsx index b1c308e..8b68777 100644 --- a/src/components/organisms/images/gallery.stories.tsx +++ b/src/components/organisms/images/gallery.stories.tsx @@ -1,6 +1,6 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import ResponsiveImage from '../../molecules/images/responsive-image'; -import Gallery from './gallery'; +import { ResponsiveImage } from '../../molecules'; +import { Gallery } from './gallery'; /** * Gallery - Storybook Meta |
