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-30 22:55:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b4edb13b0b89b5dca3d3322b82a11704847cecf
8b4edb13
1 parent
8295c2a1
add route
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
front/src/Routes/Router.js
front/src/Routes/Router.js
View file @
8b4edb1
...
...
@@ -8,10 +8,12 @@ import Main from "./MainPresenter";
import
Forum
from
"./Forum/ForumPresenter"
;
import
Features
from
"./Features"
;
import
News
from
"./News"
;
import
Chat
from
"./Chat/ChatContainer"
;
const
LoggedInRoutes
=
()
=>
(
<
Switch
>
<
Route
path
=
"/roomlist"
component
=
{
RoomList
}
/
>
<
Route
path
=
"/chat"
component
=
{
Chat
}
/
>
<
/Switch
>
);
...
...
Please
register
or
login
to post a comment