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