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

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

{t('oss_license.desc')}

{LICENSE}
); }