mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-11-01 14:12:33 +01:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export default function Layout({ children }) {
|
|
return <>{children}</>;
|
|
}
|