Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -3,7 +3,6 @@ import styled from "styled-components"; | ... | @@ -3,7 +3,6 @@ import styled from "styled-components"; |
3 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | 3 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; |
4 | import { faArrowRight } from "@fortawesome/free-solid-svg-icons"; | 4 | import { faArrowRight } from "@fortawesome/free-solid-svg-icons"; |
5 | import { Link } from "react-router-dom"; | 5 | import { Link } from "react-router-dom"; |
6 | -import Header from "../../Components/Header"; | ||
7 | import Input from "../../Components/Input"; | 6 | import Input from "../../Components/Input"; |
8 | import Button from "../../Components/Button"; | 7 | import Button from "../../Components/Button"; |
9 | import { useQuery } from "@apollo/react-hooks"; | 8 | import { useQuery } from "@apollo/react-hooks"; |
... | @@ -169,7 +168,6 @@ export default ({ action, setAction, onSubmit, roomName }) => { | ... | @@ -169,7 +168,6 @@ export default ({ action, setAction, onSubmit, roomName }) => { |
169 | 168 | ||
170 | return ( | 169 | return ( |
171 | <Wrapper> | 170 | <Wrapper> |
172 | - <Header text={"KhuChat"}></Header> | ||
173 | {action === "showList" ? ( | 171 | {action === "showList" ? ( |
174 | <> | 172 | <> |
175 | <RoomWrapper> | 173 | <RoomWrapper> | ... | ... |
-
Please register or login to post a comment