Minor
This commit is contained in:
parent
be28f824b1
commit
d7696ce45b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
import MobileMenuToggle from 'virtual:starlight/components/MobileMenuToggle'
|
import MobileMenuToggle from 'virtual:starlight/components/MobileMenuToggle'
|
||||||
import type { Props } from '@astrojs/starlight/props'
|
import type { Props } from '@astrojs/starlight/props'
|
||||||
|
|
||||||
const { hasSidebar, labels } = Astro.props;
|
const { hasSidebar, labels } = Astro.props
|
||||||
import { fade, ViewTransitions } from 'astro:transitions'
|
import { fade, ViewTransitions } from 'astro:transitions'
|
||||||
import Search from '@astrojs/starlight/components/Search.astro'
|
import Search from '@astrojs/starlight/components/Search.astro'
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue