aboutsummaryrefslogtreecommitdiff
path: root/plugins/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/index.js')
-rw-r--r--plugins/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/index.js b/plugins/index.js
new file mode 100644
index 0000000..ad4e6d0
--- /dev/null
+++ b/plugins/index.js
@@ -0,0 +1,3 @@
+const withMarkdownLoader = require('./withMarkdownLoader');
+
+module.exports = { withMarkdownLoader }; \ No newline at end of file