perf(index): remove music widget
All checks were successful
build dist / build-dist (push) Successful in 26s
All checks were successful
build dist / build-dist (push) Successful in 26s
This commit is contained in:
parent
ba3fe2b966
commit
9165aa8567
4 changed files with 1 additions and 169 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue