diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 43ae892..c05ee78 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -1,5 +1,4 @@ --- -import ThemeToggleButton from './ThemeToggleButton.svelte'; const { current = '' } = Astro.props; --- @@ -81,7 +80,4 @@ const { current = '' } = Astro.props; projects blog -