From 89ff0b6b1c881906a7a65268e826a52c6f859208 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 5 Feb 2020 14:51:16 +0800 Subject: [PATCH] Fix coding style Signed-off-by: Yukai Huang --- public/js/lib/editor/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/lib/editor/index.js b/public/js/lib/editor/index.js index a937f47e..a471e801 100644 --- a/public/js/lib/editor/index.js +++ b/public/js/lib/editor/index.js @@ -9,7 +9,6 @@ import toolBarTemplate from './toolbar.html' import './markdown-lint' import { initTableEditor } from './table-editor' import { availableThemes } from './constants' -import { } from './ui-elements' /* config section */ const isMac = CodeMirror.keyMap.default === CodeMirror.keyMap.macDefault