mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-25 23:54:55 +01:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
import Grid from './utils';
|
|
import web2d from '../../src/web2d';
|
|
import $ from '@libraries/jquery-2.1.0';
|
|
|
|
global.Grid = Grid;
|
|
global.web2d = web2d;
|
|
global.$ = $;
|
|
|