Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-15 21:31:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63b31cf555ef106eee7c3791ca9ed0ccf0733b57
63b31cf5
1 parent
5d78d55e
update Home.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
front/src/Routes/Home.js
front/src/Routes/Home.js
View file @
63b31cf
import
React
from
"react"
;
import
styled
from
"styled-components"
;
import
MenuBar
from
"../Components/MenuList/MenuBar"
;
import
SubMenuBar
from
"../Components/SubMenuList/SubMenuBar"
;
import
MainScreen
from
"../Components/Main/MainScreen"
;
import
HomeMain
from
"../Components/Home/HomeMain"
;
const
HomeContainer
=
styled
.
div
`
width: 100%;
...
...
@@ -16,8 +15,7 @@ export default () => {
<>
<
HomeContainer
>
<
MenuBar
/>
<
SubMenuBar
/>
<
MainScreen
/>
<
HomeMain
/>
<
/HomeContainer
>
<
/
>
);
...
...
Please
register
or
login
to post a comment