import { Container, Navbar } from "react-bootstrap"; export default function Layout({ children }) { return ( <> WiseSplit
{children}
); }