{t('oss_license.page-title')}
{t('oss_license.desc')}
{LICENSE}
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.desc')}