A Astro blog hosted on Vercel

remove excess imports

Changed files
+1 -1
src
components
organisms
+1 -1
src/components/organisms/Navigation.astro
··· 1 1 --- 2 - import { Link, Button } from "@/components/atoms"; 2 + import { Link } from "@/components/atoms"; 3 3 import { ThemeToggle } from "@/components/molecules"; 4 4 import { BLUESKY_LINK } from "@/consts"; 5 5 ---