import { Button } from 'antd' import IonIcon from '@sentre/antd-ionicon' export type NewWindowProps = { url: string } const NewWindow = ({ url }: NewWindowProps) => { return (