diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index daaf0f2..ec92202 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -10,6 +10,7 @@ import TermsOfService from './Components/common/Footer/LegalSection/TermsOfServi import CreateMeeting from './Pages/Create-Meeting-Page'; import MeetingDetails from './Components/Pages/Meeting-Page/Meeting-Details'; import MeetingAvailability from './Components/Pages/Meeting-Page/Meeting-Availability'; +import ErrorPage from './Pages/Error-Page'; import Navbar from './Components/Pages/Landing-Page/Navbar'; const App = () => { @@ -38,6 +39,8 @@ const App = () => { path='/meetingDetails/meetingAvailaibility' element={} /> + {/* Error */} + } />