Fix link
This commit is contained in:
parent
b139144b62
commit
19bfa87859
|
@ -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, {
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue