import { Sidebar as FuselageSidebar } from '@rocket.chat/fuselage'; import type { FC } from 'react'; import React from 'react'; const Sidebar: FC = ({ children, ...props }) => ( ); export default Sidebar;