mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
remove unused import
This commit is contained in:
parent
d5bfc96872
commit
825ae7ffb8
@ -133,7 +133,6 @@ import { RandomSentenceGenerator } from "./utils/seedPhrase/RandomSentenceGenera
|
|||||||
import { useFetchResources } from "./common/useFetchResources";
|
import { useFetchResources } from "./common/useFetchResources";
|
||||||
import { Tutorials } from "./components/Tutorials/Tutorials";
|
import { Tutorials } from "./components/Tutorials/Tutorials";
|
||||||
import { useHandleTutorials } from "./components/Tutorials/useHandleTutorials";
|
import { useHandleTutorials } from "./components/Tutorials/useHandleTutorials";
|
||||||
import { removeLeadingZero } from "./utils/helpers";
|
|
||||||
import BoundedNumericTextField from "./common/BoundedNumericTextField";
|
import BoundedNumericTextField from "./common/BoundedNumericTextField";
|
||||||
|
|
||||||
type extStates =
|
type extStates =
|
||||||
@ -1790,14 +1789,6 @@ function App() {
|
|||||||
Amount
|
Amount
|
||||||
</CustomLabel>
|
</CustomLabel>
|
||||||
<Spacer height="5px" />
|
<Spacer height="5px" />
|
||||||
{/* <CustomInput
|
|
||||||
id="standard-adornment-amount"
|
|
||||||
type="number"
|
|
||||||
value={paymentAmount}
|
|
||||||
onChange={(e) => setPaymentAmount(+e.target.value)}
|
|
||||||
autoComplete="off"
|
|
||||||
onInput={removeLeadingZero}
|
|
||||||
/> */}
|
|
||||||
<BoundedNumericTextField
|
<BoundedNumericTextField
|
||||||
value={paymentAmount}
|
value={paymentAmount}
|
||||||
minValue={0}
|
minValue={0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user