fix tsc issue

This commit is contained in:
Joshua 2024-01-08 15:25:18 -06:00
parent 93c77d4cc3
commit 4d1fd5e9ce

View file

@ -102,6 +102,10 @@ declare module '@theme/NotFound' {
export default function NotFound(): JSX.Element;
}
declare module '@theme/NotFound/Content' {
export default function NotFoundContent(): JSX.Element;
}
declare module '@theme/Root' {
import type {ReactNode} from 'react';