User list tab (#44)

The new user tab displays a table of users
that belong to the account.
This commit is contained in:
shatoboar
2022-05-05 10:56:37 +02:00
committed by GitHub
parent d654300c66
commit 00168e80ac
7 changed files with 718 additions and 225 deletions

View File

@@ -21,7 +21,8 @@
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"tailwindcss": "^3.0.23",
"web-vitals": "^0.2.4"
"web-vitals": "^0.2.4",
"nth-check": ">=2.0.1"
},
"scripts": {
"start": "react-scripts start",