Files
mercadodevida/project/src/modules/brands/index.ts
2026-08-17 22:23:10 +02:00

3 lines
126 B
TypeScript

/** Public API of the brands module. */
export { registerBrandsRoutes, type BrandsRoutesDeps } from './api/brands.routes.js';