unneeded import

This commit is contained in:
Peter Clement 2025-01-13 19:14:24 +00:00
parent d24342731d
commit dc8ea93979
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import * as jsonpatch from "fast-json-patch/index.mjs"
import { writable, derived, get } from "svelte/store"
import { DerivedBudiStore } from "@/stores/BudiStore"
export const Operations = {
Add: "Add",