From 32aa6a78556667799105ff542a7288a146ae16b3 Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Tue, 12 Mar 2024 00:38:04 -0500 Subject: [PATCH] created listing page --- real_estate/client/src/App.jsx | 2 + real_estate/client/src/pages/CreatListing.jsx | 70 +++++++++++++++++++ real_estate/client/src/pages/Profile.jsx | 2 + 3 files changed, 74 insertions(+) create mode 100644 real_estate/client/src/pages/CreatListing.jsx 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

+
+
+ +