Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
online-quiz-react
Commits
04e75b30
Commit
04e75b30
authored
Aug 10, 2020
by
김민수
Browse files
No commit message
No commit message
parent
bb745301
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/App.js
View file @
04e75b30
...
...
@@ -27,7 +27,7 @@ function App() {
<
Route
path
=
"
/admin
"
component
=
{
Admin
}
/
>
<
Route
path
=
"
/
A
dminSetting
"
component
=
{
AdminSetting
}
/
>
<
Route
path
=
"
/
a
dminSetting
"
component
=
{
AdminSetting
}
/
>
<
Redirect
path
=
"
/admin
"
to
=
"
/admin
"
/>
<
/Switch
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment