export const metadata = { title: "Media Hub | POLRI", description: "Dashcode is a popular dashboard template.", }; const layout = ({ children }: { children: React.ReactNode }) => { return <>{children}; }; export default layout;