import NavBar from "./components/NavBar"; import "./globals.css"; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return ( {/*
will contain the components returned by the nearest parent head.tsx. Find out more at https://beta.nextjs.org/docs/api-reference/file-conventions/head */}