From f1f25f4764dd8d297a59765b0df85f55da2b39ee Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 19 Jul 2021 21:08:50 -0500 Subject: Init --- plugins/index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/index.js (limited to 'plugins/index.js') 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 -- cgit v1.2.3