From 2cbc22348ef038181e1dc89635a3be005604a4ca Mon Sep 17 00:00:00 2001
From: seth
Date: Mon, 12 Feb 2024 20:29:15 -0500
Subject: back to astro
---
src/layouts/Page.astro | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 src/layouts/Page.astro
(limited to 'src/layouts/Page.astro')
diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro
new file mode 100644
index 0000000..d8e216b
--- /dev/null
+++ b/src/layouts/Page.astro
@@ -0,0 +1,20 @@
+---
+import Footer from "@components/Footer.astro";
+import Head from "@components/Head.astro";
+import Nav from "@components/Nav.astro";
+
+const { frontmatter } = Astro.props;
+---
+
+
+
+
+
+ getchoo's website 🚀
+
+
+
+
+
--
cgit v1.2.3