diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-07-19 21:08:50 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-07-19 21:08:50 -0500 |
| commit | 8532f6db348b833f642889effaf55f4733b6f84d (patch) | |
| tree | 906343506983e48b5e24934ce416d0450f489c73 /plugins/index.js | |
Init
Diffstat (limited to 'plugins/index.js')
| -rw-r--r-- | plugins/index.js | 3 |
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 |
