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/Message/Metrics/index.tsx

13 lines
393 B

import Metrics from './Metrics';
import MetricsFollowing from './MetricsFollowing';
import MetricsItem from './MetricsItem';
import MetricsItemIcon from './MetricsItemIcon';
import MetricsItemLabel from './MetricsItemLabel';
export default Object.assign(Metrics, {
Item: Object.assign(MetricsItem, {
Label: MetricsItemLabel,
Icon: MetricsItemIcon,
}),
Following: MetricsFollowing,
});