feat(index): add last played music via maloja
All checks were successful
build dist / build-dist (push) Successful in 29s
All checks were successful
build dist / build-dist (push) Successful in 29s
This commit is contained in:
parent
70dc2d08a6
commit
41d2c7cbac
6 changed files with 99 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
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";
|
||||
---
|
||||
|
@ -9,4 +10,5 @@ import Layout from "@/layouts/Layout.astro";
|
|||
<Text text="z0x"/>
|
||||
<Logo />
|
||||
<Links />
|
||||
<Music />
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue