Load jquery-ui resizable from npm package

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-06-04 20:21:25 +02:00
parent e17cc6440f
commit 0e7a9df97d
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
17 changed files with 3 additions and 17 deletions

View file

@ -6,6 +6,9 @@
import TurndownService from 'turndown'
import CodeMirror from 'codemirror/lib/codemirror.js'
import 'jquery-ui/ui/widgets/resizable'
import 'jquery-ui/themes/base/resizable.css'
import { saveAs } from 'file-saver'
import randomColor from 'randomcolor'
import store from 'store'