diff options
Diffstat (limited to 'src/components/organisms/layout/no-results.test.tsx')
| -rw-r--r-- | src/components/organisms/layout/no-results.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/layout/no-results.test.tsx b/src/components/organisms/layout/no-results.test.tsx index 551b82f..914b2db 100644 --- a/src/components/organisms/layout/no-results.test.tsx +++ b/src/components/organisms/layout/no-results.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import NoResults from './no-results'; +import { NoResults } from './no-results'; describe('NoResults', () => { it('renders a no results text', () => { |
