From 232d4a161ae8cb99a56dd8a81449e327456fedd5 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 10 Jun 2024 01:26:09 -0400 Subject: [PATCH] Create Sidebar component --- src/components/Sidebar.astro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/components/Sidebar.astro diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro new file mode 100644 index 0000000..fe398ee --- /dev/null +++ b/src/components/Sidebar.astro @@ -0,0 +1,9 @@ +--- +import { SidebarItems } from '../../sidebar.json' +--- + + \ No newline at end of file