Skip to content

Commit 81cd02b

Browse files
committed
feat(package): export Model and Component from package root
1 parent a9ea1cf commit 81cd02b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./lib/component');

model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./lib/model');

0 commit comments

Comments
 (0)