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