sick radio beats
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import CurrentlyListening from "@/components/CurrentlyListening.vue";
|
import Spotify from "@/components/Spotify.vue";
|
||||||
|
import Radio from "@/components/Radio.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<main>
|
<main class="a4page">
|
||||||
<h1>Welcome</h1>
|
<h1>Welcome</h1>
|
||||||
|
|
||||||
<h2>whoami?</h2>
|
<h2>whoami?</h2>
|
||||||
@@ -15,7 +16,9 @@ import CurrentlyListening from "@/components/CurrentlyListening.vue";
|
|||||||
<h2>bookmarks</h2>
|
<h2>bookmarks</h2>
|
||||||
<RouterLink to="/bookmarks">bookmarks</RouterLink>
|
<RouterLink to="/bookmarks">bookmarks</RouterLink>
|
||||||
|
|
||||||
<CurrentlyListening />
|
<Spotify />
|
||||||
|
|
||||||
|
<Radio />
|
||||||
|
|
||||||
<!--<h2> </h2>
|
<!--<h2> </h2>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user