UNPKG

@selfcommunity/react-templates

Version:

React Templates Components to integrate a Community created with SelfCommunity.

5 lines (4 loc) 187 B
import UserProfileSkeleton from './Skeleton'; import UserProfile, { UserProfileProps } from './UserProfile'; export default UserProfile; export { UserProfileProps, UserProfileSkeleton };