Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -10,6 +10,7 @@ import { | ... | @@ -10,6 +10,7 @@ import { |
10 | } from "./ChatQueries"; | 10 | } from "./ChatQueries"; |
11 | import useInput from "../../Hooks/useInput"; | 11 | import useInput from "../../Hooks/useInput"; |
12 | import { toast } from "react-toastify"; | 12 | import { toast } from "react-toastify"; |
13 | +import ChatContainer_CSS from "../../Styles/ChatContainer_CSS" | ||
13 | 14 | ||
14 | export default withRouter(({ location }) => { | 15 | export default withRouter(({ location }) => { |
15 | const [messageArr, setMessageArr] = useState([]); | 16 | const [messageArr, setMessageArr] = useState([]); | ... | ... |
-
Please register or login to post a comment