Fixed store not being found

ref #68
This commit is contained in:
Nicolai Ort 2021-02-18 16:56:49 +01:00
parent c0534a3b06
commit 543b3bd937

View File

@ -7,7 +7,7 @@
current_contacts = result;
}
);
import store from "../store";
import store from "../../store";
import ContactsEmptyState from "./ContactsEmptyState.svelte";
$: searchvalue = "";
$: active_deletes = [];