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

4 lines
83 B
TypeScript
Raw Normal View History

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