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-25 00:55:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e5a2c124a1addc1c819711286fdeafbddf92aaa9
e5a2c124
1 parent
27fb1056
remove unnecessary import
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
front/src/Routes/Chat/ChatContainer.js
front/src/Routes/Chat/ChatContainer.js
View file @
e5a2c12
...
...
@@ -9,7 +9,6 @@ import {
}
from
"./ChatQueries"
;
import
useInput
from
"../../Hooks/useInput"
;
import
{
toast
}
from
"react-toastify"
;
import
getRoomByName
from
"../../../../back/src/api/Room/getRoomByName/getRoomByName"
;
export
default
withRouter
(({
location
})
=>
{
const
{
pathname
}
=
location
;
...
...
Please
register
or
login
to post a comment