aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/images/responsive-image.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/images/responsive-image.test.tsx')
-rw-r--r--src/components/molecules/images/responsive-image.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/images/responsive-image.test.tsx b/src/components/molecules/images/responsive-image.test.tsx
index 68e810b..a738686 100644
--- a/src/components/molecules/images/responsive-image.test.tsx
+++ b/src/components/molecules/images/responsive-image.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import ResponsiveImage from './responsive-image';
+import { ResponsiveImage } from './responsive-image';
describe('ResponsiveImage', () => {
it('renders a responsive image', () => {