From a0485ad26353a08562c13c14ea9de73fd705f9de Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 1 Jan 2024 16:32:41 -0500 Subject: Initial Rewrite --- src/components/Navbar.astro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/components/Navbar.astro (limited to 'src/components/Navbar.astro') diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro new file mode 100644 index 0000000..6cf958a --- /dev/null +++ b/src/components/Navbar.astro @@ -0,0 +1,9 @@ +--- +import "./Navbar.css" +--- + -- cgit v1.2.3