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
butter-studio
Commits
adcfa91d
Commit
adcfa91d
authored
Jul 12, 2021
by
Jiwon Yoon
Browse files
merge-jiwon,subin
parent
e1796752
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/App.js
View file @
adcfa91d
...
...
@@ -15,10 +15,10 @@ import TicketingPage from "./pages/TicketingPage";
function
App
()
{
return
(
//
<div className="" style={{ backgroundColor: "black" }}>
//
<SubNav />
//
<Header />
//
<MainNav />
<
div
className
=
""
style
=
{{
backgroundColor
:
"
black
"
}}
>
<
SubNav
/>
<
Header
/>
<
MainNav
/>
<
Router
>
<
Switch
>
<
Route
exact
path
=
"
/
"
component
=
{
HomePage
}
/
>
...
...
@@ -30,7 +30,7 @@ function App() {
<
Route
path
=
"
/admin
"
component
=
{
AdminPage
}
/
>
<
/Switch
>
<
/Router
>
//
</div>
<
/div
>
);
}
...
...
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