diff options
Diffstat (limited to 'src/components/atoms/layout/no-script.test.tsx')
| -rw-r--r-- | src/components/atoms/layout/no-script.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/layout/no-script.test.tsx b/src/components/atoms/layout/no-script.test.tsx index 4c62879..3f6b79c 100644 --- a/src/components/atoms/layout/no-script.test.tsx +++ b/src/components/atoms/layout/no-script.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import NoScript from './no-script'; +import { NoScript } from './no-script'; const message = 'A noscript message.'; |
