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

Commit ae45e49

Browse files
authored
Update index.js
1 parent fbe4cd5 commit ae45e49

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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');
1+
let replapi = require('./src')
52

63
module.exports = {
7-
User: user.User,
8-
Post: post.Post,
9-
Comment: comment.Comment,
10-
Leaderboard: leaderboard.Leaderboard
11-
}
4+
User: replapi.User,
5+
Post: replapi.Post,
6+
Comment: replapi.Comment,
7+
Leaderboard: replapi.Leaderboard,
8+
Notifications: replapi.Notifications,
9+
Misc: replapi.Misc,
10+
Login: replapi.Login
11+
};

0 commit comments

Comments
 (0)