diff options
Diffstat (limited to 'src/components/atoms/buttons/button-link.test.tsx')
| -rw-r--r-- | src/components/atoms/buttons/button-link.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/buttons/button-link.test.tsx b/src/components/atoms/buttons/button-link.test.tsx index a5aa7b1..8fabacf 100644 --- a/src/components/atoms/buttons/button-link.test.tsx +++ b/src/components/atoms/buttons/button-link.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import ButtonLink from './button-link'; +import { ButtonLink } from './button-link'; describe('ButtonLink', () => { it('renders a ButtonLink component', () => { |
