diff --git a/packages/server/src/schemas/index.js b/packages/server/src/schemas/index.js index d34c97e1..308fc09f 100644 --- a/packages/server/src/schemas/index.js +++ b/packages/server/src/schemas/index.js @@ -3,4 +3,6 @@ export { default as Role } from "./role" export { default as Session } from "./session" export { default as Config } from "./config" export { default as Post } from "./post" -export { default as Comment } from "./comment" \ No newline at end of file +export { default as Comment } from "./comment" +export { default as UserFollow } from "./userFollow" +export { default as Badge } from "./badge" \ No newline at end of file