Korbs/Contour
Archived
Template
1
Fork 0
This commit is contained in:
Korbs 2024-02-02 16:10:06 -05:00
parent be28f824b1
commit d7696ce45b
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
import MobileMenuToggle from 'virtual:starlight/components/MobileMenuToggle'
import type { Props } from '@astrojs/starlight/props'
const { hasSidebar, labels } = Astro.props;
const { hasSidebar, labels } = Astro.props
import { fade, ViewTransitions } from 'astro:transitions'
import Search from '@astrojs/starlight/components/Search.astro'
---