feat: Add ability to edit users

Closes #60
This commit is contained in:
Maksim Eltyshev
2022-06-15 14:13:22 +02:00
parent 8490629e4c
commit c9b23652d1
30 changed files with 775 additions and 204 deletions

View File

@@ -0,0 +1,5 @@
:global(#app) {
.button {
box-shadow: 0 1px 0 #cbcccc;
}
}