Add Currently playing page

This commit is contained in:
Esa Kataja
2024-10-12 16:21:28 +03:00
parent d47631abe9
commit ff5485bae9
2 changed files with 66 additions and 0 deletions
+3
View File
@@ -1,8 +1,11 @@
<script>
import NewRound from '../../components/NewRound.svelte';
import NewEntry from '../../components/NewEntry.svelte';
import CurrentlyPlaying from '../../components/CurrentlyPlaying.svelte';
</script>
<NewRound />
<hr />
<NewEntry />
<hr />
<CurrentlyPlaying />