mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export default function Layout({ children }: { children: React.ReactNode }) {
|
|
return <>{children}</>;
|
|
}
|