diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 21:16:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 21:16:57 +0200 |
| commit | cc36bb1ad49dc054b32f20a97386a938a529fe0e (patch) | |
| tree | f3f486f8376f7dc52e785f39127d443b6d6d8499 /app/client/modules/pix2wav/index.js | |
| parent | 8048cfc3981f79f2b65b23c124581aa51ef3768b (diff) | |
pix2pixhd modules
Diffstat (limited to 'app/client/modules/pix2wav/index.js')
| -rw-r--r-- | app/client/modules/pix2wav/index.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/client/modules/pix2wav/index.js b/app/client/modules/pix2wav/index.js index 1bc953a..75f71e9 100644 --- a/app/client/modules/pix2wav/index.js +++ b/app/client/modules/pix2wav/index.js @@ -34,19 +34,8 @@ function links(){ return [ { url: '/pix2wav/new/', name: 'new' }, { url: '/pix2wav/datasets/', name: 'datasets' }, - { name: 'train' }, - { name: 'process' }, { url: '/pix2wav/live/', name: 'live' }, ] - return ( - <span> - <span><Link to="/pix2wav/new/">new</Link></span> - <span><Link to="/pix2wav/datasets/">datasets</Link></span> - <span>train</span> - <span>process</span> - <span><Link to="/pix2wav/live/">live</Link></span> - </span> - ) } export default { |
