Init back project
This commit is contained in:
7
front/src/routes/+page.svelte
Normal file
7
front/src/routes/+page.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import {scoreStore} from "$lib/stores/scoreStore.ts"
|
||||
import LeaderBoard from "$lib/components/LeaderBoard.svelte";
|
||||
|
||||
</script>
|
||||
|
||||
<LeaderBoard bind:scores={$scoreStore}></LeaderBoard>
|
||||
Reference in New Issue
Block a user