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