feat(WEB-170): edit profile view

This commit is contained in:
Simon Emanuelsson
2024-04-11 18:51:38 +02:00
parent 82e4d40203
commit 9396b2c3d5
114 changed files with 3642 additions and 2171 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ export default function Button({
bgcolor,
className,
disabled,
intent,
size,
variant,
weight,
@@ -20,7 +21,7 @@ export default function Button({
const classNames = buttonVariants({
bgcolor,
className,
disabled,
intent,
size,
variant,
weight,