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/Sidebar/index.ts

16 lines
390 B

import Content from './Content';
import GenericItem from './GenericItem';
import Header from './Header';
import ItemsAssembler from './ItemsAssembler';
import ListItem from './ListItem';
import NavigationItem from './NavigationItem';
import Sidebar from './Sidebar';
export default Object.assign(Sidebar, {
Content,
Header,
GenericItem,
NavigationItem,
ItemsAssembler,
ListItem,
});