Initial convert history store

This commit is contained in:
Adria Navarro 2025-01-20 20:29:08 +01:00
parent 8160914bb3
commit ce322211b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import * as jsonpatch from "fast-json-patch/index.mjs"
import * as jsonpatch from "fast-json-patch"
import { writable, derived, get } from "svelte/store"
export const Operations = {