feat: add user management (#134)

This commit is contained in:
Manuel
2024-02-20 21:18:47 +01:00
committed by GitHub
parent fde634d834
commit b4749e7091
12 changed files with 614 additions and 48 deletions

View File

@@ -37,6 +37,7 @@
"dependencies": {
"@mantine/core": "^7.5.3",
"@mantine/dates": "^7.5.3",
"@tabler/icons-react": "^2.47.0"
"@tabler/icons-react": "^2.47.0",
"mantine-react-table": "2.0.0-alpha.17"
}
}