RocketChat/Rocket.Chat

View on GitHub
packages/ui-video-conf/src/VideoConfPopup/VideoConfPopupFooter.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { Box } from '@rocket.chat/fuselage';
import type { ReactElement, ComponentProps } from 'react';

const VideoConfPopupFooter = (props: ComponentProps<typeof Box>): ReactElement => <Box mbs={28} {...props} />;

export default VideoConfPopupFooter;