3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
/** Public API of the brands module. */
|
|
export { registerBrandsRoutes, type BrandsRoutesDeps } from './api/brands.routes.js';
|