From dd1e03de4a965f75a66fda027e993435684d0790 Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Fri, 20 Oct 2023 17:48:26 +0200 Subject: [PATCH] fix(frontend): Remove monaco as a dependency of AppPreview (#2475) --- .../src/lib/components/FlowStatusWaitingForEvents.svelte | 7 +++---- frontend/src/lib/components/LightweightSchemaForm.svelte | 2 +- frontend/src/lib/components/apps/editor/AppPreview.svelte | 2 +- frontend/src/lib/components/apps/editor/component/index.ts | 4 +--- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/frontend/src/lib/components/FlowStatusWaitingForEvents.svelte b/frontend/src/lib/components/FlowStatusWaitingForEvents.svelte index edace3a75b..8342d0d092 100644 --- a/frontend/src/lib/components/FlowStatusWaitingForEvents.svelte +++ b/frontend/src/lib/components/FlowStatusWaitingForEvents.svelte @@ -1,7 +1,7 @@