import LICENSE from "LICENSE?raw"; import { useTranslation } from "react-i18next"; import { Helmet } from "react-helmet"; export default function ThisProjectLicensePage() { const { t } = useTranslation(); return (
{t("license.title")}

{t('license.page-title')}

{t('license.desc')}

{LICENSE}
); }