mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-05-03 18:21:20 +00:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
export default function AppLayout({ children }: { children: React.ReactNode }) {
|
|
return children;
|
|
}
|