refactor(interface): modify import statement in userdata.interface.ts
This change adjusts the import statement to correctly import the ICryptoInUserWalletInfo. Previously, the incorrect syntax was causing import errors and this revision resolves that issue.
This commit is contained in:
parent
3a8621735e
commit
48adc8be6c
@ -1,5 +1,5 @@
|
||||
import {
|
||||
ICryptoInUserWalletInfo,
|
||||
type ICryptoInUserWalletInfo,
|
||||
type ICryptoInWalletInfo,
|
||||
IUserWalletCryptos,
|
||||
} from "@/interfaces/crypto.interface";
|
||||
|
Loading…
x
Reference in New Issue
Block a user