From 6c19c890d7a43787ade389df93389c616d0862e3 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Thu, 23 Nov 2023 14:14:56 +0100 Subject: [PATCH] chore: cleanup unused import --- src/lib/components/modals/JSONEditorModal.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/modals/JSONEditorModal.svelte b/src/lib/components/modals/JSONEditorModal.svelte index cafa8861..ac0f6ff5 100644 --- a/src/lib/components/modals/JSONEditorModal.svelte +++ b/src/lib/components/modals/JSONEditorModal.svelte @@ -12,7 +12,6 @@ JSONEditorSelection, JSONParser, JSONPathParser, - JSONSelection, OnClassName, OnPatch, OnRenderMenu,