diff --git a/astro/components/Sidebar.astro b/astro/components/Sidebar.astro index 93ba637..70b922a 100644 --- a/astro/components/Sidebar.astro +++ b/astro/components/Sidebar.astro @@ -1,5 +1,6 @@ --- -import { APP, SIDEBARTOP, SIDEBARBOTTOM } from '../config' +import { APP } from '../config' +import { SIDEBARTOP, SIDEBARBOTTOM } from '../tabs' ---