mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
remove unnecessary import
This commit is contained in:
parent
6ec6e8f2d3
commit
51c16e43d7
@ -1,5 +1,5 @@
|
|||||||
import { Button, InputAdornment, TextField, TextFieldProps, styled } from "@mui/material";
|
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)({
|
export const CustomInput = styled(TextField)({
|
||||||
width: "183px", // Adjust the width as needed
|
width: "183px", // Adjust the width as needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user