mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Webpack2 (first look)
Small fixes
This commit is contained in:
parent
0e775dd5d4
commit
c443f54e01
69 changed files with 683 additions and 14390 deletions
|
|
@ -3,8 +3,8 @@ import window from 'window';
|
|||
import $ from '$';
|
||||
import JSON from 'JSON';
|
||||
import _ from '_';
|
||||
import Q from 'Q';
|
||||
import Promise from 'Promise';
|
||||
import moment from 'moment';
|
||||
import key from 'key';
|
||||
|
||||
export {window, $, JSON, _, Q, moment, key};
|
||||
export {window, $, JSON, _, Promise, moment, key};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue