chore(layout): remove unused Mark import from BaseLayout
This commit is contained in:
parent
d71a7a214d
commit
73170a29e5
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import "~/styles/colors_and_type.css";
|
|||
import "~/styles/site.css";
|
||||
import TopBar from "~/components/organisms/TopBar.astro";
|
||||
import SiteFoot from "~/components/organisms/SiteFoot.astro";
|
||||
import Mark from "~/components/atoms/Mark.astro";
|
||||
import ParticleField from "~/components/islands/ParticleField";
|
||||
|
||||
type CurrentSection = "home" | "blog" | "art" | "code";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue