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:
@@ -1,5 +1,5 @@
|
||||
import {
|
||||
ICryptoInUserWalletInfo,
|
||||
type ICryptoInUserWalletInfo,
|
||||
type ICryptoInWalletInfo,
|
||||
IUserWalletCryptos,
|
||||
} from "@/interfaces/crypto.interface";
|
||||
|
||||
Reference in New Issue
Block a user