Clean types
This commit is contained in:
parent
f32910b033
commit
e1cc8da9dd
|
@ -2,5 +2,5 @@ import { derived } from "svelte/store"
|
||||||
import { builderStore } from "../builder.js"
|
import { builderStore } from "../builder.js"
|
||||||
|
|
||||||
export const componentErrors = derived([builderStore], ([$builderStore]) => {
|
export const componentErrors = derived([builderStore], ([$builderStore]) => {
|
||||||
return $builderStore.componentErrors as Record<string, string[]>
|
return $builderStore.componentErrors
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue