Add footer API integration

This commit is contained in:
2026-02-05 15:13:51 +07:00
parent 857d250435
commit a85182ff20
8 changed files with 225 additions and 118 deletions

View File

@@ -1,4 +1,6 @@
/**
* Export all API functions
*/
export * from './blogsApi';
export * from "./blogsApi";
export * from "./footerApi";
export * from "./servicesApi";