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-07-19 01:08:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6ab46fe61b20668111760d87887aed712676d79
a6ab46fe
1 parent
6d76b415
remove duplicated main
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
front/src/Components/App.js
front/src/Components/App.js
View file @
a6ab46f
...
...
@@ -6,7 +6,6 @@ import Theme from "../Styles/Theme";
import
{
gql
}
from
"@apollo/client"
;
import
{
useQuery
}
from
"@apollo/react-hooks"
;
import
{
BrowserRouter
}
from
"react-router-dom"
;
import
Main
from
"../Routes/MainPresenter"
;
import
Router
from
"../Routes/Router"
;
const
QUERY
=
gql
`
...
...
@@ -26,7 +25,6 @@ export default () => {
<
GlobalStyles
/>
<
Helmet
/>
<
BrowserRouter
>
<
Main
/>
<
Router
isLoggedIn
=
{
isLoggedIn
}
/
>
<
/BrowserRouter
>
<
/
>
...
...
Please
register
or
login
to post a comment