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