import Footer from './Footer' import Navigation from './Navigation' export default function Layout({ children }) { return (
{children}
) }