Archived
Add Currently playing page
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user