perf(index): remove music widget
All checks were successful
build dist / build-dist (push) Successful in 26s

This commit is contained in:
z0x 2025-04-25 22:27:44 -04:00
parent ba3fe2b966
commit 9165aa8567
4 changed files with 1 additions and 169 deletions

View file

@ -1,7 +1,6 @@
---
import Links from "@/components/Links.astro";
import Logo from "@/components/Logo.astro";
import Music from "@/components/Music.astro";
import Text from "@/components/Text.astro";
import Layout from "@/layouts/Layout.astro";
---
@ -10,5 +9,4 @@ import Layout from "@/layouts/Layout.astro";
<Text text="z0x"/>
<Logo />
<Links />
<Music />
</Layout>