diff --git a/astro/src/layouts/Layout.astro b/astro/src/layouts/Layout.astro index 26f9d87..07f7c74 100644 --- a/astro/src/layouts/Layout.astro +++ b/astro/src/layouts/Layout.astro @@ -1,5 +1,4 @@ --- -import ViewTransitions from "astro/components/ViewTransitions.astro"; export interface Props { title: string; @@ -14,7 +13,6 @@ const { title } = Astro.props;