rm templates export, rename to classify
This commit is contained in:
parent
7711bba1dc
commit
6cacea6f31
6 changed files with 188 additions and 557 deletions
src
|
@ -1,8 +1,4 @@
|
|||
const script = require('./script')
|
||||
const templates = require('./templates')
|
||||
for (let key in templates) {
|
||||
script[key] = templates[key]
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
Block: require('./block'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue