feat: Implement business client list view and add client

This commit is contained in:
dhinesh-m24
2026-02-04 14:04:26 +05:30
parent d3378e4822
commit d373fbe269
5 changed files with 677 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ const badgeVariants = cva(
"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
destructive:
"border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
success:
"border-transparent bg-emerald-500 text-white hover:bg-emerald-500/80",
outline: "text-foreground",
},
},