diff options
Diffstat (limited to 'src/components/atoms/icons/home.test.tsx')
| -rw-r--r-- | src/components/atoms/icons/home.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/icons/home.test.tsx b/src/components/atoms/icons/home.test.tsx index 0473d0b..2fbe42f 100644 --- a/src/components/atoms/icons/home.test.tsx +++ b/src/components/atoms/icons/home.test.tsx @@ -1,5 +1,5 @@ import { render } from '../../../../tests/utils'; -import Home from './home'; +import { Home } from './home'; describe('Home', () => { it('renders a home icon', () => { |
