2024-04-07 11:08:05 +08:00

6 lines
88 B
TypeScript

// api/front/index.ts
import * as home from './home';
// Re-export home
export {home};