diff options
Diffstat (limited to 'src/components/organisms/images/gallery.test.tsx')
| -rw-r--r-- | src/components/organisms/images/gallery.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/images/gallery.test.tsx b/src/components/organisms/images/gallery.test.tsx index 5f35f0a..1db3733 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 '@test-utils'; +import { render, screen } from '@tests/utils'; import Gallery from './gallery'; const columns = 3; |
