File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,18 @@ const App: React.FC = () => {
12
12
} , [ ] ) ;
13
13
14
14
return (
15
- // <UserContextProvider>
15
+ < UserContextProvider >
16
16
17
17
< div className = "App h-screen bg-gray-900 text-white" >
18
18
< Routes >
19
- { /* <Route path='/' element={<LoginPage />} /> */ }
20
- < Route path = '/' element = { < QuestionServicePage /> } />
21
- { /* <Route path='/login' element={<LoginPage />} /> */ }
22
- { /* <Route path='/profile' element={<ProfilePage />} /> */ }
19
+ < Route path = '/' element = { < LoginPage /> } />
20
+ < Route path = '/login' element = { < LoginPage /> } />
21
+ < Route path = '/profile' element = { < ProfilePage /> } />
23
22
< Route path = "/questions-page" element = { < QuestionServicePage /> } />
24
23
</ Routes >
25
24
</ div >
26
25
27
- // </UserContextProvider>
26
+ </ UserContextProvider >
28
27
) ;
29
28
} ;
30
29
You can’t perform that action at this time.
0 commit comments