import { FC } from 'react' import { useTranslation } from 'react-i18next' import Button from '../../components/Button' import { Add, Eye } from 'iconsax-react' import Select from '../../components/Select' import Input from '../../components/Input' import Td from '../../components/Td' import { Link } from 'react-router-dom' import { Pages } from '../../config/Pages' const UsersList: FC = () => { const { t } = useTranslation('global') return (
|
|
|||||
|
|