import { FC } from 'react' import { useTranslation } from 'react-i18next' import Td from '../../components/Td' import Select from '../../components/Select' import Input from '../../components/Input' import Button from '../../components/Button' import { DocumentDownload } from 'iconsax-react' const Records: FC = () => { const { t } = useTranslation('global') return (
|
{t('certificate.certificate')}
|
||
|
{t('grade-records.status')}
|
||
|
{t('grade-records.status')}
|