remove unnecessary import

This commit is contained in:
QuickMythril 2024-12-03 04:45:21 -05:00
parent 6ec6e8f2d3
commit 51c16e43d7

View File

@ -1,5 +1,5 @@
import { Button, InputAdornment, TextField, TextFieldProps, styled } from "@mui/material";
import React, { forwardRef, useState } from 'react'
import { forwardRef, useState } from 'react'
export const CustomInput = styled(TextField)({
width: "183px", // Adjust the width as needed