diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7b552be..910dbda 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,51 +1,69 @@ --- -interface Props { - title: string; -} - -const { title } = Astro.props; +import { Footer, NavBar } from "src/pages/util/wrapping_objects"; +import styles from "./util/wrapping_objects.module.css"; --- - - - - - - - {title} - - - - + + + + + + + Lil Judd + + + +
+ +
+