diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 19:18:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 19:18:56 +0200 |
| commit | 9f81aab18011637ac8daf4cdcf7223ee636a4663 (patch) | |
| tree | f38bf3f711f9838909ff1b5a8f1a8fe1ef922734 /app/client/modules/index.js | |
| parent | f827f34c60d8660abfe22faf091b79e8220eb0fa (diff) | |
boilerplate for p2p/p2w
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 bc7c263..30685f2 100644 --- a/app/client/modules/index.js +++ b/app/client/modules/index.js @@ -1,6 +1,7 @@ import pix2pix from './pix2pix' +import pix2wav from './pix2wav' import samplernn from './samplernn' export default { - pix2pix, samplernn + pix2pix, pix2wav, samplernn } |
