diff --git a/src/components/contacts/ContactsOverview.svelte b/src/components/contacts/ContactsOverview.svelte index 6ebeca5f..4a4a1c25 100644 --- a/src/components/contacts/ContactsOverview.svelte +++ b/src/components/contacts/ContactsOverview.svelte @@ -7,7 +7,7 @@ current_contacts = result; } ); - import store from "../store"; + import store from "../../store"; import ContactsEmptyState from "./ContactsEmptyState.svelte"; $: searchvalue = ""; $: active_deletes = [];