3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
export * from './auth/router'
|
|
export * from './catalog/router'
|
|
export * from './rent/router' |