mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
12 lines
279 B
JavaScript
12 lines
279 B
JavaScript
|
|
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;
|