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