import React from 'react' import { KeyVal } from '@freesewing/react/components/KeyVal' export const UserRole = ({ role }) => { if (role === 'user') return if (role === 'admin') return return fixme } const RoleUser = () => const RoleAdmin = () =>