diff --git a/src/components/FCCMobileMenuToggle.astro b/src/components/FCCMobileMenuToggle.astro index b366942b..02204cfa 100644 --- a/src/components/FCCMobileMenuToggle.astro +++ b/src/components/FCCMobileMenuToggle.astro @@ -1,14 +1,11 @@ --- -import type { Props } from '@astrojs/starlight/props'; import { Icon } from '@astrojs/starlight/components'; - -const { labels } = Astro.props; ---