feat: Implement business client list view and add client
This commit is contained in:
8
apps/web/src/features/business/clients/EditClient.tsx
Normal file
8
apps/web/src/features/business/clients/EditClient.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
const EditClient = () => {
|
||||
return (
|
||||
<div>EditClient</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default EditClient
|
||||
Reference in New Issue
Block a user