Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 377db22

Browse files
authored
Create index.js
1 parent e5932f5 commit 377db22

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const User = require('./src/User.js');
2+
3+
module.exports = {
4+
User: User.User
5+
}

0 commit comments

Comments
 (0)