diff --git a/src/components/Drawer.astro b/src/components/Drawer.astro index bdbd933..ec62521 100644 --- a/src/components/Drawer.astro +++ b/src/components/Drawer.astro @@ -1,5 +1,4 @@ --- -import { Icon } from "astro-icon/components"; import { LINKS } from "@/consts"; import { cn } from "@/lib/utils"; const { pathname } = Astro.url; @@ -30,20 +29,6 @@ const subpath = pathname.match(/[^/]+/g); )) } -
- -