import { useTranslation } from "react-i18next" type RegionCellProps = { name: string } export const RegionCell = ({ name }: RegionCellProps) => { return (