TorbatYar/frontend/app/crm/layout.tsx
Mortezakoohjani e140908034 Ship enterprise CRM frontend with real API wiring and thin app routes.
Connect all CRM pages to the BFF and CRM service, add module docs, and mark CRM available in the SuperApp catalog.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 20:58:17 +03:30

5 lines
159 B
TypeScript

/** CRM root — sub-routes supply portal shells. */
export default function CrmRootLayout({ children }: { children: React.ReactNode }) {
return children;
}