diff --git a/client/src/App.tsx b/client/src/App.tsx index 5cd7c06..5c98fbf 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -13,7 +13,6 @@ import Register from './pages/Teacher/Register/Register'; import ResetPassword from './pages/Teacher/ResetPassword/ResetPassword'; import ManageRoom from './pages/Teacher/ManageRoom/ManageRoom'; import QuizForm from './pages/Teacher/EditorQuiz/EditorQuiz'; -import { RoomProvider } from './pages/Teacher/ManageRoom/RoomContext'; // Pages espace étudiant import JoinRoom from './pages/Student/JoinRoom/JoinRoom'; @@ -34,8 +33,6 @@ const isLoggedIn = () => { function App() { return ( - - {' '}
@@ -64,7 +61,6 @@ function App() {