diff options
Diffstat (limited to 'src/components/organisms/images/gallery.test.tsx')
| -rw-r--r-- | src/components/organisms/images/gallery.test.tsx | 4 |
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 611262e..6fb7567 100644 --- a/src/components/organisms/images/gallery.test.tsx +++ b/src/components/organisms/images/gallery.test.tsx @@ -1,6 +1,6 @@ import { render, screen } from '../../../../tests/utils'; -import ResponsiveImage from '../../molecules/images/responsive-image'; -import Gallery from './gallery'; +import { ResponsiveImage } from '../../molecules'; +import { Gallery } from './gallery'; const columns = 3; |
