import React from "react"; import { Typography } from "antd"; import InstanceRenderMgr from "../../utils/instanceRenderMgr"; import { useTranslation } from "react-i18next"; export default function AboutPage() { const { t } = useTranslation(); return (