We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddf23b commit 48d48b3Copy full SHA for 48d48b3
src/components/elementOrIllustration/__tests__/elementOrIllustration.test.tsx
@@ -2,7 +2,7 @@ import * as React from 'react';
2
3
import { axe } from 'jest-axe';
4
5
-import { ElementOrIllustration } from '@/components/elementOrIllustration';
+import { ElementOrIllustration } from '@/components/elementOrIllustration/elementOrIllustration';
6
import { renderProvider } from '@/tests/renderProvider/renderProvider.utility';
7
8
const illustrationBaseMock = {
0 commit comments