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-18 14:58:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b2f6f36101dfccf8ea12c3d8bb443fb4d5dad19
8b2f6f36
1 parent
f85e778b
change main directory
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Components/App.js
front/src/Components/App.js
View file @
8b2f6f3
...
...
@@ -6,7 +6,7 @@ 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/Main
/Main
Presenter"
;
import
Main
from
"../Routes/MainPresenter"
;
import
Router
from
"../Routes/Router"
;
const
QUERY
=
gql
`
...
...
Please
register
or
login
to post a comment