diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 4499a26..2069ada 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,6 @@ --- +import UrlUtils from '../libs/UrlUtils.astro'; +import DocumentSelector from '../libs/DocumentSelector.astro'; export interface Props { title: string; } @@ -19,4 +21,8 @@ const {title} = Astro.props;