aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/modals/modal.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/modals/modal.test.tsx')
-rw-r--r--src/components/molecules/modals/modal.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/modals/modal.test.tsx b/src/components/molecules/modals/modal.test.tsx
index 9a0e237..a913d42 100644
--- a/src/components/molecules/modals/modal.test.tsx
+++ b/src/components/molecules/modals/modal.test.tsx
@@ -1,4 +1,4 @@
-import { render, screen } from '@test-utils';
+import { render, screen } from '@tests/utils';
import Modal from './modal';
const title = 'A custom title';