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-18 11:15:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ede8af68e4f608adca09035ee73d8be0ec073b71
ede8af68
1 parent
7e370fc4
udpate OTOChat container
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
front/src/Routes/OTOChat/OTOChatContainer.js
front/src/Routes/OTOChat/OTOChatContainer.js
View file @
ede8af6
import
React
from
"react"
;
import
OTOChatPresenter
from
"./OTOChatPresenter"
;
import
{
withRouter
}
from
"react-router-dom"
;
export
default
(
)
=>
{
export
default
withRouter
(({
match
,
location
,
history
}
)
=>
{
return
<
OTOChatPresenter
/>
;
};
}
)
;
...
...
Please
register
or
login
to post a comment