summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2wav
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 23:14:53 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 23:14:53 +0200
commitcf6722878657a91f927d6aebd0e7a7085da03086 (patch)
tree826728deef779071f4b164877c1c5d220eae9c16 /app/client/modules/pix2wav
parent3856570227eea6518b97ae064234b9bce0f9a347 (diff)
compress responses
Diffstat (limited to 'app/client/modules/pix2wav')
-rw-r--r--app/client/modules/pix2wav/views/spectrogram.upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2wav/views/spectrogram.upload.js b/app/client/modules/pix2wav/views/spectrogram.upload.js
index 111a2a7..f36e6e7 100644
--- a/app/client/modules/pix2wav/views/spectrogram.upload.js
+++ b/app/client/modules/pix2wav/views/spectrogram.upload.js
@@ -1,7 +1,7 @@
import { h, Component } from 'preact'
import { bindActionCreators } from 'redux'
import { connect } from 'react-redux'
-import moment from 'moment'
+import moment from 'moment/min/moment.min'
import util from '../../../util'
import * as pix2wavActions from '../pix2wav.actions'