import { Box, Tag } from '@rocket.chat/fuselage'; import React from 'react'; const Role = ({ children }) => ( ); export default Role;