6 lines
210 B
TypeScript

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";