import {Footer,Sidebar,Navbar,Like,Card} from '../components';


const Home = ()=>{
    return <Footer></Footer>
}

export default Home;