aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/images/gallery.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/images/gallery.test.tsx')
-rw-r--r--src/components/organisms/images/gallery.test.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/organisms/images/gallery.test.tsx b/src/components/organisms/images/gallery.test.tsx
index 1db3733..611262e 100644
--- a/src/components/organisms/images/gallery.test.tsx
+++ b/src/components/organisms/images/gallery.test.tsx
@@ -1,5 +1,5 @@
-import ResponsiveImage from '@components/molecules/images/responsive-image';
-import { render, screen } from '@tests/utils';
+import { render, screen } from '../../../../tests/utils';
+import ResponsiveImage from '../../molecules/images/responsive-image';
import Gallery from './gallery';
const columns = 3;