From fe399143527972050534b3262c94dfbf291ddb41 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 31 May 2018 22:59:56 +0200 Subject: split out datasets folder --- app/client/modules/samplernn/samplernn.actions.js | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'app/client/modules/samplernn/samplernn.actions.js') 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 } -- cgit v1.2.3-70-g09d2