Move jquery out of dependency

This commit is contained in:
Paulo Gustavo Veiga
2021-12-02 22:40:59 -08:00
parent 8b2727bbb5
commit 6f613c8f05
2 changed files with 3 additions and 37 deletions

View File

@ -1,5 +1,8 @@
import Grid from './utils';
import web2d from '../../src/web2d';
import $ from '@libraries/jquery-2.1.0';
global.Grid = Grid;
global.web2d = web2d;
global.$ = $;