Skip to content

Commit ddd2b8e

Browse files
fixed something
1 parent f57daa0 commit ddd2b8e

File tree

2 files changed

+1
-112
lines changed

2 files changed

+1
-112
lines changed

client/src/App.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import "./App.css";
2222
import { ToastContainer } from "react-toastify";
2323
import "react-toastify/dist/ReactToastify.css";
2424
import ProtectedRoute from "./components/ProtectedRoute/ProtectedRoute.jsx";
25-
import JoinLecture from "./components/JoinLectures.jsx";
2625
import AboutPage from "./pages/About/AboutPage.tsx";
2726
import ContactPage from "./pages/Contact/ContactPage.tsx";
2827
import CoursesPage from "./pages/Courses/CoursesPage.tsx";
@@ -59,10 +58,7 @@ function App() {
5958
<Route path="/" element={<HomePage />} />
6059

6160
<Route path="/signup" element={<Signup />} />
62-
<Route
63-
path="/liveLecture"
64-
element={<ProtectedRoute element={<JoinLecture />} />}
65-
/>
61+
6662
<Route path="/aboutUs" element={<AboutPage />} />
6763
<Route path="/contact" element={<ContactPage />} />
6864
<Route path="/courses" element={<CoursesPage />} />

client/src/components/JoinLectures.jsx

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)