diff --git a/src/components/PasswordField/PasswordField.tsx b/src/components/PasswordField/PasswordField.tsx index 25741b6..4ff4a80 100644 --- a/src/components/PasswordField/PasswordField.tsx +++ b/src/components/PasswordField/PasswordField.tsx @@ -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