Skip to content

Commit 48d48b3

Browse files
author
Kubit
committed
Include new import to ElementOrIllustration
1 parent dddf23b commit 48d48b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/elementOrIllustration/__tests__/elementOrIllustration.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22

33
import { axe } from 'jest-axe';
44

5-
import { ElementOrIllustration } from '@/components/elementOrIllustration';
5+
import { ElementOrIllustration } from '@/components/elementOrIllustration/elementOrIllustration';
66
import { renderProvider } from '@/tests/renderProvider/renderProvider.utility';
77

88
const illustrationBaseMock = {

0 commit comments

Comments
 (0)