diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 23:14:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 23:14:53 +0200 |
| commit | cf6722878657a91f927d6aebd0e7a7085da03086 (patch) | |
| tree | 826728deef779071f4b164877c1c5d220eae9c16 /app/client/queue | |
| parent | 3856570227eea6518b97ae064234b9bce0f9a347 (diff) | |
compress responses
Diffstat (limited to 'app/client/queue')
| -rw-r--r-- | app/client/queue/queue.reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/queue/queue.reducer.js b/app/client/queue/queue.reducer.js index 033acba..040cc33 100644 --- a/app/client/queue/queue.reducer.js +++ b/app/client/queue/queue.reducer.js @@ -1,6 +1,6 @@ import types from '../types' import util from '../util' -import moment from 'moment' +import moment from 'moment/min/moment.min' const queueInitialState = { loading: false, |
