parent
891ea2da12
commit
e45f8fa9ef
@ -1,9 +1,10 @@
|
|||||||
<script>
|
<script>
|
||||||
import { _ } from "svelte-i18n";
|
import { _ } from "svelte-i18n";
|
||||||
|
import AddScanStationModal from "./AddScanStationModal.svelte";
|
||||||
// import AddContactModal from "./AddContactModal.svelte";
|
// import AddContactModal from "./AddContactModal.svelte";
|
||||||
import scanstations_empty from "./scanstations_empty.svg";
|
import scanstations_empty from "./scanstations_empty.svg";
|
||||||
let modal_open = false;
|
let modal_open = false;
|
||||||
let current_contacts = [];
|
let current_stations = [];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="text-center items-center justify-center">
|
<div class="text-center items-center justify-center">
|
||||||
@ -14,4 +15,4 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <AddContactModal bind:modal_open bind:current_contacts /> -->
|
<AddScanStationModal bind:modal_open bind:current_stations />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user