diff options
Diffstat (limited to 'src/components/templates/sectioned/sectioned-layout.test.tsx')
| -rw-r--r-- | src/components/templates/sectioned/sectioned-layout.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/templates/sectioned/sectioned-layout.test.tsx b/src/components/templates/sectioned/sectioned-layout.test.tsx index a7f19cc..204f0d4 100644 --- a/src/components/templates/sectioned/sectioned-layout.test.tsx +++ b/src/components/templates/sectioned/sectioned-layout.test.tsx @@ -1,6 +1,6 @@ import { render, screen } from '../../../../tests/utils'; import { BreadcrumbList } from 'schema-dts'; -import SectionedLayout from './sectioned-layout'; +import { SectionedLayout } from './sectioned-layout'; const breadcrumbSchema: BreadcrumbList['itemListElement'][] = []; const sections = [ |
