Library frame

This commit is contained in:
HaveAGitGat 2019-11-29 19:30:03 +00:00
parent 2c26bf3692
commit cc10ae6019
3 changed files with 31 additions and 0 deletions

9
methods/library.js Normal file
View file

@ -0,0 +1,9 @@
const importFresh = require('import-fresh');
var filters = importFresh('./filters.js')
var actions = importFresh('./actions.js')
module.exports.filters = filters
module.exports.actions = actions