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

@@ -0,0 +1,8 @@
const EditClient = () => {
return (
<div>EditClient</div>
)
}
export default EditClient