diff --git a/astro/components/Sidebar.astro b/astro/components/Sidebar.astro index 1d17580..ae48b8c 100644 --- a/astro/components/Sidebar.astro +++ b/astro/components/Sidebar.astro @@ -1,13 +1,18 @@ --- import { APP } from '../config' -import { SIDEBARTOP, SIDEBARBOTTOM } from '../tabs' +import { SIDEBARTOP, SIDEBARBOTTOM } from '../sidebar' ---