import { LinkButton } from "../Button"; export const RegionBlocked = () => ( ); export const VpnBlocked = () => ( ); type Props = { reason: string; }; const Blocked = ({ reason }: Props) => (

{"We're sorry"}

{reason}

Read More About Pyth
);