From 060b84f7bf23752189bdbed006e3ae6329b84d5c Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Fri, 22 Sep 2023 17:02:05 +0200 Subject: [PATCH 1/2] InferenceWidget stores file for svelte stores --- .../lib/components/InferenceWidget/InferenceWidget.svelte | 8 -------- .../shared/WidgetWrapper/WidgetWrapper.svelte | 2 +- js/src/lib/components/InferenceWidget/stores.ts | 4 ++++ js/tsconfig.json | 3 ++- 4 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 js/src/lib/components/InferenceWidget/stores.ts diff --git a/js/src/lib/components/InferenceWidget/InferenceWidget.svelte b/js/src/lib/components/InferenceWidget/InferenceWidget.svelte index 7c966371e..2b31d2f34 100644 --- a/js/src/lib/components/InferenceWidget/InferenceWidget.svelte +++ b/js/src/lib/components/InferenceWidget/InferenceWidget.svelte @@ -1,11 +1,3 @@ - -