From b2eec9c3c3bf9dcbbe45a77add9670e74f3ef758 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Thu, 6 May 2021 23:15:41 +0200 Subject: [PATCH] Add ts-expect-error for module import in EditorToolbar --- ts/editor/EditorToolbar.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/editor/EditorToolbar.svelte b/ts/editor/EditorToolbar.svelte index fe21af4cf..635c5eb2e 100644 --- a/ts/editor/EditorToolbar.svelte +++ b/ts/editor/EditorToolbar.svelte @@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->