add users page

This commit is contained in:
2021-06-24 23:45:36 +03:00
parent 5d2ecf2f0c
commit 40ac760857
17 changed files with 227 additions and 97 deletions

View File

@ -57,7 +57,9 @@
"react/jsx-fragments": 0,
"react/jsx-key": "warn",
"react/no-array-index-key": 0,
"react/display-name": 0,
"react/destructuring-assignment": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"no-console": [
"warn",
{