diff options
Diffstat (limited to 'app/client/modules/samplernn/index.js')
| -rw-r--r-- | app/client/modules/samplernn/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/index.js b/app/client/modules/samplernn/index.js index 55c492e..2a9d64d 100644 --- a/app/client/modules/samplernn/index.js +++ b/app/client/modules/samplernn/index.js @@ -23,6 +23,12 @@ function router () { } function links(){ + return [ + { url: '/samplernn/new/', name: 'new' }, + { url: '/samplernn/datasets/', name: 'datasets' }, + { url: '/samplernn/graph/', name: 'graph' }, + { url: '/samplernn/results/', name: 'results' }, + ] return ( <span> <span><Link to="/samplernn/new/">new</Link></span> |
