diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2b55fa7..c998a44 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,4 @@ --- -import Header from "@/components/Header.astro"; -import Footer from "@/components/Footer.astro"; import { ViewTransitions } from "astro:transitions"; interface Props { @@ -22,31 +20,30 @@ const { title, currentPage } = Astro.props; - - - - - - - + + + + + + - - - - - - + + + + + + - + - - + - -
-
+ + +
-