import Navbar from "./shared/Navbar"; export default function RootLayout(props: any) { return (
{props.children}
); }