Lint
This commit is contained in:
parent
26936242b7
commit
51db5ac9a9
|
@ -54,7 +54,7 @@
|
||||||
const component = getContext("component")
|
const component = getContext("component")
|
||||||
|
|
||||||
// Create component context
|
// Create component context
|
||||||
const store = memo({})
|
const store = writable({})
|
||||||
setContext("component", store)
|
setContext("component", store)
|
||||||
|
|
||||||
// Ref to the svelte component
|
// Ref to the svelte component
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import { GridSpacing } from "constants"
|
import { GridSpacing, GridRowHeight } from "constants"
|
||||||
import { GridRowHeight } from "constants"
|
|
||||||
import { builderStore } from "stores"
|
import { builderStore } from "stores"
|
||||||
import { buildStyleString } from "utils/styleable.js"
|
import { buildStyleString } from "utils/styleable.js"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue