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
minsung
2020-06-11 13:51:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0e2490d0c3fb93d5d3475d7641b043885408cd5
d0e2490d
1 parent
576d5de2
import ChatContainer_CSS
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
front/src/Routes/Chat/ChatContainer.js
front/src/Routes/Chat/ChatContainer.js
View file @
d0e2490
...
...
@@ -10,6 +10,7 @@ import {
}
from
"./ChatQueries"
;
import
useInput
from
"../../Hooks/useInput"
;
import
{
toast
}
from
"react-toastify"
;
import
ChatContainer_CSS
from
"../../Styles/ChatContainer_CSS"
export
default
withRouter
(({
location
})
=>
{
const
[
messageArr
,
setMessageArr
]
=
useState
([]);
...
...
Please
register
or
login
to post a comment