Files
uldp.edu.vn/api/index.ts
2026-02-05 16:14:40 +07:00

8 lines
151 B
TypeScript

/**
* Export all API functions
*/
export * from "./blogsApi";
export * from "./homeApi";
export * from "./footerApi";
export * from "./servicesApi";