refactor UserModal and CurrentUserModal

This commit is contained in:
Davor 2022-05-30 13:12:53 +02:00
parent bc8db8d248
commit a033188b03
13 changed files with 17 additions and 240 deletions

View file

@ -6,7 +6,8 @@ import { useUsers } from 'src/services/users';
import { Table } from 'src/components';
import { debounce } from 'lodash';
import { useAuth } from 'src/services/auth';
import { UserModal } from './components/UserModal';
import { UserModal } from '../../components/UserModal';
export const Users: React.FC = () => {
const [selectedRowsIds, setSelectedRowsIds] = useState({});