diff options
Diffstat (limited to 'src/components/molecules/buttons/back-to-top.test.tsx')
| -rw-r--r-- | src/components/molecules/buttons/back-to-top.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/back-to-top.test.tsx b/src/components/molecules/buttons/back-to-top.test.tsx index c03ccb2..b39a377 100644 --- a/src/components/molecules/buttons/back-to-top.test.tsx +++ b/src/components/molecules/buttons/back-to-top.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import BackToTop from './back-to-top'; +import { BackToTop } from './back-to-top'; describe('BackToTop', () => { it('renders a BackToTop link', () => { |
