const Layout = props => { ({Header, Footer} = Telescope.components); return (
{props.children}
) } module.exports = Layout;