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-11 01:10:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a05d07ab3210e94e80c78b6651826e9a5b35b3b
2a05d07a
1 parent
bcd04b68
update Router
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Routes/Router.js
front/src/Routes/Router.js
View file @
2a05d07
import
React
from
"react"
;
import
PropTypes
from
"prop-types"
;
import
{
BrowserRouter
as
Router
,
Route
,
Switch
}
from
"react-router-dom"
;
import
Auth
from
"./Auth"
;
import
Auth
from
"./Auth
/AuthContainer
"
;
import
Home
from
"./Home"
;
const
LoggedInRoutes
=
()
=>
(
...
...
Please
register
or
login
to post a comment