Add New rounf and entry pages

This commit is contained in:
Esa Kataja
2024-10-12 12:22:35 +03:00
parent d05aaed5c6
commit dd4866d950
3 changed files with 39 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<script>
import NewRound from '../../components/NewRound.svelte';
import NewEntry from '../../components/NewEntry.svelte';
</script>
<NewRound />
<hr />
<NewEntry />