minsung

import ChatContainer_CSS

...@@ -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([]);
......