diff options
Diffstat (limited to 'app/client/modules/index.js')
| -rw-r--r-- | app/client/modules/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/modules/index.js b/app/client/modules/index.js index 30685f2..6cc6cd4 100644 --- a/app/client/modules/index.js +++ b/app/client/modules/index.js @@ -1,7 +1,8 @@ import pix2pix from './pix2pix' +import pix2pixhd from './pix2pixhd' import pix2wav from './pix2wav' import samplernn from './samplernn' export default { - pix2pix, pix2wav, samplernn + pix2pix, pix2pixhd, pix2wav, samplernn } |
