component/ structure cleanup feature/68-component-cleanup #70

Merged
niggl merged 11 commits from feature/68-component-cleanup into dev 2021-02-18 16:16:46 +00:00
Showing only changes of commit 543b3bd937 - Show all commits

View File

@ -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 = [];