update exports

This commit is contained in:
SrGooglo 2023-01-06 18:14:35 +00:00
parent 262b330684
commit 67be6075c5

View File

@ -54,6 +54,8 @@ export { default as CommentsCard } from "./CommentsCard"
export { default as CommentCreator } from "./CommentCreator"
// USERS
export { default as UserBadges } from "./UserBadges"
export { default as UserCard } from "./UserCard"
export { default as FollowersList } from "./FollowersList"
export { default as ConnectedFriends } from "./ConnectedFriends"