diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 01:48:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 01:48:20 +0200 |
| commit | 0296adc3ace0e36b92a56ec3a01a933b9bbd2e99 (patch) | |
| tree | a66276faa5e14124f3d29070fe5befbb80d82ead /app/client/modules/samplernn/samplernn.actions.js | |
| parent | f82d95c5f5b589bec0fc503c86f9e644b07b4ddd (diff) | |
write a buncha crud code
Diffstat (limited to 'app/client/modules/samplernn/samplernn.actions.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.actions.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/samplernn.actions.js b/app/client/modules/samplernn/samplernn.actions.js index 95fef8e..1e0e3a6 100644 --- a/app/client/modules/samplernn/samplernn.actions.js +++ b/app/client/modules/samplernn/samplernn.actions.js @@ -7,3 +7,12 @@ export const uploadFiles = (files) => { export const fetchURL = (url) => { return { type: types.samplernn.fetch_url } } + +export const uploadFiles = (files) => { + return dispatch => { + // return { type: types.samplernn.upload_files } + + } +} + +// export const fetchURL = (url) => { type: types.samplernn.fetch_url } |
