import Footer from './Footer' import Navigation from './Navigation' export default function Layout({ children }) { return (
Y.A.P.S [Yet Another Piracy Site]
{children}
) }