diff options
Diffstat (limited to 'src/components/templates/layout/layout.test.tsx')
| -rw-r--r-- | src/components/templates/layout/layout.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/templates/layout/layout.test.tsx b/src/components/templates/layout/layout.test.tsx index 6b3818e..53d16e3 100644 --- a/src/components/templates/layout/layout.test.tsx +++ b/src/components/templates/layout/layout.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import Layout from './layout'; +import { Layout } from './layout'; const body = 'Sit dolorem eveniet. Sit sit odio nemo vitae corrupti modi sint est rerum. Pariatur quidem maiores distinctio. Quia et illum aspernatur est cum.'; |
