aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/footer.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/footer.test.tsx')
-rw-r--r--src/components/organisms/layout/footer.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/layout/footer.test.tsx b/src/components/organisms/layout/footer.test.tsx
index 0ba1a57..f513739 100644
--- a/src/components/organisms/layout/footer.test.tsx
+++ b/src/components/organisms/layout/footer.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import Footer, { type FooterProps } from './footer';
+import { Footer, type FooterProps } from './footer';
const copyright: FooterProps['copyright'] = {
dates: { start: '2017', end: '2022' },