From ab81b85938e1a0d36b44b540fb5179e03043e477 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Sun, 13 Aug 2023 17:07:53 -0600 Subject: [PATCH] create .astro boilerplate --- src/pages/boilerplate.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pages/boilerplate.astro diff --git a/src/pages/boilerplate.astro b/src/pages/boilerplate.astro new file mode 100644 index 0000000..2bb08bc --- /dev/null +++ b/src/pages/boilerplate.astro @@ -0,0 +1,10 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +--- + + +
+ +
+
\ No newline at end of file