The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/components/UserCard/index.ts

14 lines
272 B

import Action from './Action';
import Info from './Info';
import Role from './Role';
import Roles from './Roles';
import UserCard from './UserCard';
import Username from './Username';
export default Object.assign(UserCard, {
Action,
Role,
Roles,
Info,
Username,
});