unneeded import
This commit is contained in:
parent
d24342731d
commit
dc8ea93979
|
@ -1,6 +1,5 @@
|
||||||
import * as jsonpatch from "fast-json-patch/index.mjs"
|
import * as jsonpatch from "fast-json-patch/index.mjs"
|
||||||
import { writable, derived, get } from "svelte/store"
|
import { writable, derived, get } from "svelte/store"
|
||||||
import { DerivedBudiStore } from "@/stores/BudiStore"
|
|
||||||
|
|
||||||
export const Operations = {
|
export const Operations = {
|
||||||
Add: "Add",
|
Add: "Add",
|
||||||
|
|
Loading…
Reference in New Issue