rough dashboard components

This commit is contained in:
2026-04-04 19:45:52 +05:30
parent ffa41825dd
commit 84059a84b5
7 changed files with 473 additions and 0 deletions

4
react-openapi/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export { default as Admin } from "./Admin";
export { api, auth, initializeApiClients } from "./api/client";
export { getAppConfig } from "./config";
export type { AppConfig, ResourceConfig, ResourceField } from "./types/config";