parent
d87b879cc3
commit
ace1a1b063
@ -2,6 +2,7 @@
|
|||||||
import { _ } from "svelte-i18n";
|
import { _ } from "svelte-i18n";
|
||||||
import AddTeamModal from "./AddTeamModal.svelte";
|
import AddTeamModal from "./AddTeamModal.svelte";
|
||||||
let modal_open = false;
|
let modal_open = false;
|
||||||
|
let current_teams = [];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="text-center items-center justify-center">
|
<div class="text-center items-center justify-center">
|
||||||
@ -11,4 +12,4 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<AddTeamModal bind:modal_open />
|
<AddTeamModal bind:modal_open bind:current_teams />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user