Archived
Add New rounf and entry pages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
import NewRound from '../../components/NewRound.svelte';
|
||||
import NewEntry from '../../components/NewEntry.svelte';
|
||||
</script>
|
||||
|
||||
<NewRound />
|
||||
<hr />
|
||||
<NewEntry />
|
||||
Reference in New Issue
Block a user