ultisuite-client/components/suite/suite-theme-shell.tsx
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

7 lines
210 B
TypeScript

"use client"
/** @deprecated Préférer ClientThemeShell au layout racine ; conservé pour compat imports. */
export function SuiteThemeShell({ children }: { children: React.ReactNode }) {
return children
}