import RoleCell from 'src/components/Role/RoleCell' type RolePageProps = { id: string } const RolePage = ({ id }: RolePageProps) => { return } export default RolePage