diff --git a/src/components/DocsSidebar.astro b/src/components/DocsSidebar.astro index e04be22..8dc56c2 100644 --- a/src/components/DocsSidebar.astro +++ b/src/components/DocsSidebar.astro @@ -1,10 +1,12 @@ --- import SidebarPersister from '@astrojs/starlight/components/SidebarPersister.astro' import SidebarSublist from '@astrojs/starlight/components/SidebarSublist.astro' +import Search from '@astrojs/starlight/components/Search.astro' const { sidebar } = Astro.locals.starlightRoute --- + \ No newline at end of file