aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/images/gallery.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/images/gallery.tsx')
-rw-r--r--src/components/organisms/images/gallery.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/images/gallery.tsx b/src/components/organisms/images/gallery.tsx
index 6c4a271..8b73ce1 100644
--- a/src/components/organisms/images/gallery.tsx
+++ b/src/components/organisms/images/gallery.tsx
@@ -1,5 +1,5 @@
-import { type ResponsiveImageProps } from '@components/molecules/images/responsive-image';
import { Children, FC, ReactElement } from 'react';
+import { type ResponsiveImageProps } from '../../molecules/images/responsive-image';
import styles from './gallery.module.scss';
export type GalleryColumn = 2 | 3 | 4;