diff --git a/real_estate/client/src/App.jsx b/real_estate/client/src/App.jsx index 69eaed7..5bc02a6 100644 --- a/real_estate/client/src/App.jsx +++ b/real_estate/client/src/App.jsx @@ -6,6 +6,7 @@ import Contact from './pages/Contact' import {Profile} from './pages/Profile' import Navbar from './components/Navbar' import PrivateRoute from './components/PrivateRoute' +import CreatListing from './pages/CreatListing' const App = () => { @@ -16,6 +17,7 @@ const App = () => { }/> }> }/> + }/> }/> }/> diff --git a/real_estate/client/src/pages/CreatListing.jsx b/real_estate/client/src/pages/CreatListing.jsx new file mode 100644 index 0000000..0216b23 --- /dev/null +++ b/real_estate/client/src/pages/CreatListing.jsx @@ -0,0 +1,70 @@ +const CreatListing = () => { + return ( +
+

Create a listing

+
+
+ +