summaryrefslogtreecommitdiff
path: root/app/client/modules/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 19:18:56 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 19:18:56 +0200
commit9f81aab18011637ac8daf4cdcf7223ee636a4663 (patch)
treef38bf3f711f9838909ff1b5a8f1a8fe1ef922734 /app/client/modules/index.js
parentf827f34c60d8660abfe22faf091b79e8220eb0fa (diff)
boilerplate for p2p/p2w
Diffstat (limited to 'app/client/modules/index.js')
-rw-r--r--app/client/modules/index.js3
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
}