From 913062121c097ed3cc11f82fe0a388ab5f4271ee Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 29 Aug 2021 20:48:46 +0700 Subject: editor: remove unused import WuiResponseInterface --- editor/editor.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/editor/editor.ts b/editor/editor.ts index 75be1dd..fe73050 100644 --- a/editor/editor.ts +++ b/editor/editor.ts @@ -2,14 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +import { WuiVfsNodeInterface } from "../vfs/vfs" + const WUI_EDITOR_CLASS = "wui_editor" const WUI_EDITOR_CLASS_LINE = "wui_editor_line" const WUI_EDITOR_CLASS_LINE_NUMBER = "wui_editor_line_number" const WUI_EDITOR_CLASS_LINE_TEXT = "wui_editor_line_text" -import { WuiResponseInterface } from "../response" -import { WuiVfsNodeInterface } from "../vfs/vfs" - export interface WuiEditorOptions { id: string is_editable: boolean -- cgit v1.3