update exports

This commit is contained in:
srgooglo 2022-03-15 01:04:26 +01:00
parent 88bd3269fa
commit 703e133054

View File

@ -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"
export { default as Comment } from "./comment"
export { default as UserFollow } from "./userFollow"
export { default as Badge } from "./badge"