Showing
3 changed files
with
1 additions
and
1 deletions
... | @@ -10,7 +10,7 @@ import { | ... | @@ -10,7 +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 | ||
15 | export default withRouter(({ location }) => { | 15 | export default withRouter(({ location }) => { |
16 | const [messageArr, setMessageArr] = useState([]); | 16 | const [messageArr, setMessageArr] = useState([]); | ... | ... |
-
Please register or login to post a comment