summaryrefslogtreecommitdiff
path: root/app/client/modules/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-18 21:13:05 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-18 21:13:05 +0100
commitfe8ab6133a31284d94944f5d75da9d6ad2b2bdb9 (patch)
tree6b73b14bd88b64868d776b481d2aca0feb453c9c /app/client/modules/index.js
parent3a432e15399bd756cdeef376b46ae2968559790c (diff)
adding biggan
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 14a2333..ad574bb 100644
--- a/app/client/modules/index.js
+++ b/app/client/modules/index.js
@@ -1,3 +1,4 @@
+import biggan from './biggan'
import morph from './morph'
import pix2pix from './pix2pix'
import pix2pixhd from './pix2pixhd'
@@ -5,5 +6,5 @@ import pix2wav from './pix2wav'
import samplernn from './samplernn'
export default {
- morph, pix2pix, pix2pixhd, pix2wav, samplernn
+ biggan, morph, pix2pix, pix2pixhd, pix2wav, samplernn
}