Files
myeasycms-v2/apps/web/app/layout.tsx
Giancarlo Buomprisco 4bc8448a1d Unify workspace dropdowns; Update layouts (#458)
Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
2026-03-11 14:45:42 +08:00

6 lines
130 B
TypeScript

import '../styles/globals.css';
export default function RootLayout({ children }: React.PropsWithChildren) {
return children;
}