export const metadata = { title: "Rechart Composed Chart", }; const Layout = ({ children }: { children: React.ReactNode }) => { return <>{children}; }; export default Layout;