This commit is contained in:
Andrew Kingston 2020-10-16 16:00:26 +01:00
parent b139144b62
commit 19bfa87859
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { authenticate } from "./authenticate"
import appStore from "../state/store"
// import appStore from "../state/store"
const apiCall = method => async ({ url, body }) => {
const response = await fetch(url, {

View File

@ -6,7 +6,6 @@ import ViewDetails from "./ViewDetails/Cell.svelte"
import Select from "./Select/Wrapper.svelte"
import DatePicker from "./DateTime/Wrapper.svelte"
import RelationshipDisplay from "./Relationship/RelationshipDisplay.svelte"
import { detailUrl } from "./Component.svelte"
const renderers = new Map([
["boolean", booleanRenderer],