File tree Expand file tree Collapse file tree 2 files changed +1
-112
lines changed Expand file tree Collapse file tree 2 files changed +1
-112
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import "./App.css";
22
22
import { ToastContainer } from "react-toastify" ;
23
23
import "react-toastify/dist/ReactToastify.css" ;
24
24
import ProtectedRoute from "./components/ProtectedRoute/ProtectedRoute.jsx" ;
25
- import JoinLecture from "./components/JoinLectures.jsx" ;
26
25
import AboutPage from "./pages/About/AboutPage.tsx" ;
27
26
import ContactPage from "./pages/Contact/ContactPage.tsx" ;
28
27
import CoursesPage from "./pages/Courses/CoursesPage.tsx" ;
@@ -59,10 +58,7 @@ function App() {
59
58
< Route path = "/" element = { < HomePage /> } />
60
59
61
60
< Route path = "/signup" element = { < Signup /> } />
62
- < Route
63
- path = "/liveLecture"
64
- element = { < ProtectedRoute element = { < JoinLecture /> } /> }
65
- />
61
+
66
62
< Route path = "/aboutUs" element = { < AboutPage /> } />
67
63
< Route path = "/contact" element = { < ContactPage /> } />
68
64
< Route path = "/courses" element = { < CoursesPage /> } />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments