summaryrefslogtreecommitdiff
path: root/app/client/modules/morph/morph.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/modules/morph/morph.module.js')
-rw-r--r--app/client/modules/morph/morph.module.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/client/modules/morph/morph.module.js b/app/client/modules/morph/morph.module.js
new file mode 100644
index 0000000..8fc5ce4
--- /dev/null
+++ b/app/client/modules/morph/morph.module.js
@@ -0,0 +1,7 @@
+const morphModule = {
+ name: 'morph',
+ displayName: 'Morph',
+ datatype: 'video',
+}
+
+export default morphModule