From ce322211b993e770017f859c6030c037485d77a7 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 20 Jan 2025 20:29:08 +0100 Subject: [PATCH] Initial convert history store --- packages/builder/src/stores/builder/{history.js => history.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/builder/src/stores/builder/{history.js => history.ts} (99%) diff --git a/packages/builder/src/stores/builder/history.js b/packages/builder/src/stores/builder/history.ts similarity index 99% rename from packages/builder/src/stores/builder/history.js rename to packages/builder/src/stores/builder/history.ts index 62a8ed2f97..1889b0b5f6 100644 --- a/packages/builder/src/stores/builder/history.js +++ b/packages/builder/src/stores/builder/history.ts @@ -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 = {