diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-18 21:13:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-18 21:13:05 +0100 |
| commit | fe8ab6133a31284d94944f5d75da9d6ad2b2bdb9 (patch) | |
| tree | 6b73b14bd88b64868d776b481d2aca0feb453c9c /app/client/modules/biggan/biggan.module.js | |
| parent | 3a432e15399bd756cdeef376b46ae2968559790c (diff) | |
adding biggan
Diffstat (limited to 'app/client/modules/biggan/biggan.module.js')
| -rw-r--r-- | app/client/modules/biggan/biggan.module.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/client/modules/biggan/biggan.module.js b/app/client/modules/biggan/biggan.module.js new file mode 100644 index 0000000..6407f61 --- /dev/null +++ b/app/client/modules/biggan/biggan.module.js @@ -0,0 +1,7 @@ +const bigganModule = { + name: 'biggan', + displayName: 'BigGAN', + datatype: 'video', +} + +export default bigganModule |
