aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/modals/tooltip.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/modals/tooltip.test.tsx')
-rw-r--r--src/components/molecules/modals/tooltip.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/modals/tooltip.test.tsx b/src/components/molecules/modals/tooltip.test.tsx
index 6bca281..eb23334 100644
--- a/src/components/molecules/modals/tooltip.test.tsx
+++ b/src/components/molecules/modals/tooltip.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import Tooltip from './tooltip';
+import { Tooltip } from './tooltip';
import { content, icon, title } from './tooltip.fixture';
describe('Tooltip', () => {