mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
13 lines
279 B
React
13 lines
279 B
React
|
|
||
|
import window from 'window';
|
||
|
|
||
|
require('json2/json2.js');
|
||
|
require('modernizr/modernizr-custom.js');
|
||
|
require('Common/Booter.jsx');
|
||
|
|
||
|
import {$LAB} from 'labjs/LAB.src.js';
|
||
|
import {progressJs} from 'progress.js/src/progress.js';
|
||
|
|
||
|
window.$LAB = $LAB;
|
||
|
window.progressJs = progressJs;
|