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