1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2023-07-16 07:27:51 +02:00
parent b5303e0e63
commit 3df7367fc7
8 changed files with 3 additions and 18 deletions

View file

@ -14,7 +14,6 @@ import { MdxWrapper } from 'shared/components/wrappers/mdx.mjs'
import { Toc } from 'shared/components/mdx/toc.mjs'
import { MdxMetaData } from 'shared/components/mdx/meta.mjs'
import { PrevNext } from 'shared/components/prev-next.mjs'
import { ReadMore } from 'shared/components/mdx/read-more.mjs'
import { NavLinks, Breadcrumbs, MainSections } from 'shared/components/navigation/sitenav.mjs'
import {
BaseLayout,