diff options
Diffstat (limited to 'graphcool/src/index.js')
| -rw-r--r-- | graphcool/src/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphcool/src/index.js b/graphcool/src/index.js new file mode 100644 index 0000000..ee451f6 --- /dev/null +++ b/graphcool/src/index.js @@ -0,0 +1,2 @@ +module.exports = () => 'Welcome to Micro' +exports.what = () => 'What' |
