component/ structure cleanup feature/68-component-cleanup #70
@ -7,7 +7,7 @@
|
|||||||
current_contacts = result;
|
current_contacts = result;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
import store from "../store";
|
import store from "../../store";
|
||||||
import ContactsEmptyState from "./ContactsEmptyState.svelte";
|
import ContactsEmptyState from "./ContactsEmptyState.svelte";
|
||||||
$: searchvalue = "";
|
$: searchvalue = "";
|
||||||
$: active_deletes = [];
|
$: active_deletes = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user