From 5040cca1148b6b74c829f8d4b4c3b13176b80db6 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 10 Jun 2024 21:37:49 -0400 Subject: [PATCH] Update import --- src/components/Sidebar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index fe398ee..d8ca456 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -1,5 +1,5 @@ --- -import { SidebarItems } from '../../sidebar.json' +import { SidebarItems } from '../../config.json' ---