Skip to content

Commit

Permalink
Explicitly import jquery-ui in our code
Browse files Browse the repository at this point in the history
Since we directly use it as well
  • Loading branch information
yuyichao committed Feb 12, 2022
1 parent 2a0e002 commit b6d3246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import './scss/app.scss';
import $ from 'jquery';
import 'jquery-ui/ui/widgets/dialog.js';
import * as digitaljs from 'digitaljs';
import * as digitaljs_lua from 'digitaljs_lua';
import svgPanZoom from 'svg-pan-zoom';
Expand Down

0 comments on commit b6d3246

Please sign in to comment.