Uecko_ERP/modules/customers/src/web/pages/index.ts

5 lines
100 B
TypeScript
Raw Normal View History

2025-06-24 18:38:57 +00:00
export * from "./create";
2025-10-20 09:35:24 +00:00
export * from "./list";
export * from "./update";
2025-10-02 16:30:46 +00:00
export * from "./view";