From 22e7f6eb80ba2e28bef81d13188d999dba20412b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 00:21:27 +0100 Subject: [PATCH] Updated the Input.jsx state --- client/src/pages/Join/states/Input/Input.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/pages/Join/states/Input/Input.jsx b/client/src/pages/Join/states/Input/Input.jsx index 5aeec0c..007d888 100644 --- a/client/src/pages/Join/states/Input/Input.jsx +++ b/client/src/pages/Join/states/Input/Input.jsx @@ -1,8 +1,7 @@ import Button from "@/common/components/Button"; -import {faPaperPlane, faRightToBracket, faWarning} from "@fortawesome/free-solid-svg-icons"; +import {faPaperPlane, faWarning} from "@fortawesome/free-solid-svg-icons"; import {useEffect, useState} from "react"; import {socket} from "@/common/utils/socket.js"; -import "./styles.sass"; import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; export const Input = ({setState}) => {