From c05a918de5f52b0333da4ab3e96b0a76611fe101 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Jun 2018 19:53:33 +0200 Subject: abstract this ugly datasets code!! --- app/client/modules/samplernn/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/client/modules/samplernn/index.js') diff --git a/app/client/modules/samplernn/index.js b/app/client/modules/samplernn/index.js index e75a411..49d66cd 100644 --- a/app/client/modules/samplernn/index.js +++ b/app/client/modules/samplernn/index.js @@ -1,6 +1,9 @@ import { h, Component } from 'preact' import { Route, Link } from 'react-router-dom' +import SampleRNNNew from './samplernn.new' +import SampleRNNShow from './samplernn.show' import SampleRNNDatasets from './samplernn.datasets' +import SampleRNNImport from './samplernn.import' import SampleRNNResults from './samplernn.results' import SampleRNNInspect from './samplernn.inspect' import SampleRNNLoss from './samplernn.loss' @@ -8,10 +11,12 @@ import SampleRNNLoss from './samplernn.loss' function router () { return (
+ + - +
) -- cgit v1.2.3-70-g09d2