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-08 14:03:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b324514f451ad2ffe9deff0aed293c1ab37c6d5
0b324514
1 parent
1efb08d3
update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
front/src/Components/App.js
front/src/Components/App.js
View file @
0b32451
...
...
@@ -3,6 +3,7 @@ import { gql } from "apollo-boost";
import
{
useQuery
}
from
"react-apollo-hooks"
;
import
{
ThemeProvider
}
from
"styled-components"
;
import
GlobalStyles
from
"../Styles/GlobalStyles"
;
import
Helmet
from
"./Helmet"
;
import
Theme
from
"../Styles/Theme"
;
import
Router
from
"../Routes/Router"
;
...
...
@@ -21,6 +22,7 @@ export default () => {
<
ThemeProvider
theme
=
{
Theme
}
>
<>
<
GlobalStyles
/>
<
Helmet
/>
<
Router
isLoggedIn
=
{
isLoggedIn
}
/
>
<
/
>
<
/ThemeProvider
>
...
...
Please
register
or
login
to post a comment