Edit client page done

This commit is contained in:
Owen 2025-04-18 15:32:20 -04:00
parent 581fdd67b1
commit dc49027b30
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
20 changed files with 491 additions and 26 deletions

View file

@ -2,4 +2,5 @@ export * from "./pickClientDefaults";
export * from "./createClient";
export * from "./deleteClient";
export * from "./listClients";
export * from "./updateClient";
export * from "./updateClient";
export * from "./getClient";