diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-31 22:59:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-31 22:59:56 +0200 |
| commit | fe399143527972050534b3262c94dfbf291ddb41 (patch) | |
| tree | a5a51eacca14c96919d9ca996bdef6f5eb2a272d /app/client/modules/samplernn/samplernn.actions.js | |
| parent | b8885039a6ba87cf329be1daf96c80914ecfef0b (diff) | |
split out datasets folder
Diffstat (limited to 'app/client/modules/samplernn/samplernn.actions.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.actions.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/client/modules/samplernn/samplernn.actions.js b/app/client/modules/samplernn/samplernn.actions.js index 1e0e3a6..aa9603b 100644 --- a/app/client/modules/samplernn/samplernn.actions.js +++ b/app/client/modules/samplernn/samplernn.actions.js @@ -1,18 +1,2 @@ import socket from '../../socket' import types from '../../types' - -export const uploadFiles = (files) => { - return { type: types.samplernn.upload_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 } |
