import React, { type ReactNode } from 'react'; export function Layout({ children }: { children: ReactNode }) { return (