mirror of
https://github.com/SkalaraAI/beta.git
synced 2025-04-20 20:20:16 -04:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
export default function Layout({ children }: { children: React.ReactNode }) {
|
|
return <div>{children}</div>;
|
|
}
|