6 lines
210 B
TypeScript
Raw Normal View History

2025-08-22 17:02:49 +09:00
export * as billing from "./billing";
export * as subscriptions from "./subscriptions";
export * as dashboard from "./dashboard";
export * as marketing from "./marketing";
export * as support from "./support";