interface UserRoleProps { name: string; color: string; } export const UserRole = ({ name, color }: UserRoleProps) => { return (
{name}