aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/images/gallery.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/images/gallery.stories.tsx')
-rw-r--r--src/components/organisms/images/gallery.stories.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/images/gallery.stories.tsx b/src/components/organisms/images/gallery.stories.tsx
index 6fc278f..b1c308e 100644
--- a/src/components/organisms/images/gallery.stories.tsx
+++ b/src/components/organisms/images/gallery.stories.tsx
@@ -1,5 +1,5 @@
-import ResponsiveImage from '@components/molecules/images/responsive-image';
import { ComponentMeta, ComponentStory } from '@storybook/react';
+import ResponsiveImage from '../../molecules/images/responsive-image';
import Gallery from './gallery';
/**