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

Commit a55b80f

Browse files
authored
Update index.js
1 parent af4207a commit a55b80f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
const User = require('./src/User.js');
1+
const user = require('./src/User.js');
2+
const post = require('./src/Post.js');
3+
const comment = require('./src/Comment.js');
4+
const leaderboard = require('./src/Leaderboard.js');
25

36
module.exports = {
4-
User: User.User
7+
User: user.User,
8+
Post: post.Post,
9+
Comment: comment.Comment,
10+
Leaderboard: leaderboard.Leaderboard
511
}

0 commit comments

Comments
 (0)