diff options
Diffstat (limited to 'src/components/atoms/links/social-link.test.tsx')
| -rw-r--r-- | src/components/atoms/links/social-link.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/links/social-link.test.tsx b/src/components/atoms/links/social-link.test.tsx index b55dbcc..1aca4e3 100644 --- a/src/components/atoms/links/social-link.test.tsx +++ b/src/components/atoms/links/social-link.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import SocialLink from './social-link'; +import { SocialLink } from './social-link'; /** * Next.js mock images to use next/image component. So for now, I need to mock |
