chore: clean up config + file structure

This commit is contained in:
Cory Dransfeldt 2023-12-10 20:37:18 -08:00
parent d1f8ecd88c
commit b6fb54ab98
No known key found for this signature in database
9 changed files with 300 additions and 312 deletions

View file

@ -0,0 +1,4 @@
const img = require('./img')
module.exports = {
img,
}