aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/page-footer.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/layout/page-footer.test.tsx')
-rw-r--r--src/components/molecules/layout/page-footer.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/layout/page-footer.test.tsx b/src/components/molecules/layout/page-footer.test.tsx
index baf13b2..8497be9 100644
--- a/src/components/molecules/layout/page-footer.test.tsx
+++ b/src/components/molecules/layout/page-footer.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import PageFooter from './page-footer';
+import { PageFooter } from './page-footer';
describe('PageFooter', () => {
it('renders a footer element', () => {