1
0

Updated the Input.jsx state

This commit is contained in:
Mathias Wagner 2023-11-19 00:21:27 +01:00
parent 672e6501c0
commit 22e7f6eb80
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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}) => {