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/views/blocks/index.js

10 lines
385 B

import { HTML } from 'meteor/htmljs';
import { createTemplateForComponent } from '../../reactAdapters';
createTemplateForComponent('ModalBlock', () => import('./ModalBlock'), {
// eslint-disable-next-line new-cap
renderContainerView: () => HTML.DIV({ style: 'display: flex; width: 100%; height: 100%;' }),
});
createTemplateForComponent('Blocks', () => import('./MessageBlock'));