tangled
alpha
login
or
join now
claycow.com
/
claycow
A Astro blog hosted on Vercel
0
fork
atom
overview
issues
pulls
pipelines
remove excess imports
Clayton Cook
1 year ago
21ecd815
c821d990
options
unified
split
Changed files
+1
-1
src
components
organisms
Navigation.astro
+1
-1
src/components/organisms/Navigation.astro
···
1
1
---
2
2
-
import { Link, Button } from "@/components/atoms";
2
2
+
import { Link } from "@/components/atoms";
3
3
import { ThemeToggle } from "@/components/molecules";
4
4
import { BLUESKY_LINK } from "@/consts";
5
5
---