diff --git a/astro/components/Sidebar.astro b/astro/components/Sidebar.astro index 7fa6646..33f3ca3 100644 --- a/astro/components/Sidebar.astro +++ b/astro/components/Sidebar.astro @@ -1,5 +1,6 @@ --- import Tab from './sidebar/Tab.astro'; +import TabControls from './sidebar/TabWithControls.astro'; ---