diff --git a/real_estate/client/src/App.jsx b/real_estate/client/src/App.jsx index abf25d3..728711d 100644 --- a/real_estate/client/src/App.jsx +++ b/real_estate/client/src/App.jsx @@ -10,6 +10,7 @@ import CreatListing from './pages/CreatListing' import UpdateListing from './pages/UpdateListing' import Listing from './pages/Listing' import SearchProperties from './pages/SearchProperties' +import Footer from './components/Footer' const App = () => { @@ -29,6 +30,7 @@ const App = () => { }/> }/> +