sdy

remove unnecessary import

...@@ -9,7 +9,6 @@ import { ...@@ -9,7 +9,6 @@ import {
9 } from "./ChatQueries"; 9 } from "./ChatQueries";
10 import useInput from "../../Hooks/useInput"; 10 import useInput from "../../Hooks/useInput";
11 import { toast } from "react-toastify"; 11 import { toast } from "react-toastify";
12 -import getRoomByName from "../../../../back/src/api/Room/getRoomByName/getRoomByName";
13 12
14 export default withRouter(({ location }) => { 13 export default withRouter(({ location }) => {
15 const { pathname } = location; 14 const { pathname } = location;
......