File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,10 @@ import ProblemSolver from "./pages/ProblemSolver";
14
14
15
15
import Landing from "./pages/landing" ;
16
16
import Profile from "./pages/profile" ;
17
- < < << << < HEAD
18
17
import CreateAdmin from "./pages/createAdmin" ;
19
18
import MaintainerGuard from "./auth/MaintainerGuard" ;
20
- = === ===
21
19
import QuestionsManage from "./pages/QuestionsManage" ;
22
20
import QuestionsView from "./pages/QuestionsView" ;
23
- > >>> >>> master
24
21
25
22
const root = ReactDOM . createRoot (
26
23
document . getElementById ( "root" ) as HTMLElement
@@ -83,13 +80,14 @@ root.render(
83
80
}
84
81
/>
85
82
< Route
86
- < < < << << HEAD
87
83
path = "/createadmin"
88
84
element = {
89
85
< MaintainerGuard >
90
86
< CreateAdmin />
91
87
</ MaintainerGuard >
92
- = === ===
88
+ }
89
+ />
90
+ < Route
93
91
path = "/view-questions"
94
92
element = {
95
93
< AuthGuard >
@@ -103,7 +101,6 @@ root.render(
103
101
< AdminAuthGuard >
104
102
< QuestionsManage />
105
103
</ AdminAuthGuard >
106
- >>> > >>> master
107
104
}
108
105
/>
109
106
</ Routes >
You can’t perform that action at this time.
0 commit comments