import { Button, Space } from "antd"; import { Link } from "react-router"; import { ArrowLeftOutlined } from "@ant-design/icons"; interface IWidgetGoBack { to: string; title?: string; } const GoBackWidget = (prop: IWidgetGoBack) => { return (