aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:24:50 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:24:50 +0900
commitb501db2a46f6ef639d4f2e176f320514770dd7a5 (patch)
tree40c43ec8b69e329d755b835e6f52a2e6512bf8d1 /src/index.js
parentf39c14c127fc0746fc728b36d3774bf64055c61f (diff)
parent816c3488439c6264eac73bbbea359eaf60bfb1c8 (diff)
Merge branch 'init-project'
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
new file mode 100644
index 0000000..8c9b627
--- /dev/null
+++ b/src/index.js
@@ -0,0 +1,3 @@
+import * as Module from './module';
+
+Module.initialize()