Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import '../styles/globals.css';
|
|
|
|
export default function RootLayout({ children }: React.PropsWithChildren) {
|
|
return children;
|
|
}
|