wicked-eggs-push/apps/server/routers/index.ts
2026-05-13 12:18:03 +05:00

12 lines
304 B
TypeScript

/**
* Routers Index
*
* Re-export all sub-routers from a single entry point.
*/
export { companiesRouter } from "./companies";
export { contactsRouter } from "./contacts";
export { dealsRouter } from "./deals";
export { activitiesRouter } from "./activities";
export { notesRouter } from "./notes";