chore: clean up config + file structure
This commit is contained in:
parent
d1f8ecd88c
commit
b6fb54ab98
9 changed files with 300 additions and 312 deletions
4
config/shortcodes/index.js
Normal file
4
config/shortcodes/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
const img = require('./img')
|
||||
module.exports = {
|
||||
img,
|
||||
}
|
Reference in a new issue