mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-22 14:48:13 +08:00
10 lines
210 B
JavaScript
10 lines
210 B
JavaScript
|
|
import window from 'window';
|
|
import $ from '$';
|
|
import JSON from 'JSON';
|
|
import _ from '_';
|
|
import Q from 'Q';
|
|
import moment from 'moment';
|
|
import key from 'key';
|
|
|
|
export {window, $, JSON, _, Q, moment, key};
|