6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
// api/front/index.ts
|
|
import * as home from './home';
|
|
|
|
// Re-export home
|
|
export {home};
|