TorbatYar/frontend/modules/experience/index.ts
Mortezakoohjani 0eec9f729b feat(experience): deploy Experience frontend FE-11.0-11.5 portal
Commit completed Torbat Pages admin frontend module, BFF proxy, routes, and validation artifacts for official platform deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-27 21:01:50 +03:30

4 lines
248 B
TypeScript

export { experienceApi, ExperienceApiError, normalizeList } from "./services/experience-api";
export { EXPERIENCE_PORTAL, navForExperience } from "./constants/portals";
export { ExperiencePortalShell } from "./components/ExperiencePortalShell";