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:
Mathis H (Avnyr) 2024-06-14 12:47:41 +02:00
parent 3a8621735e
commit 48adc8be6c
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -1,5 +1,5 @@
import {
ICryptoInUserWalletInfo,
type ICryptoInUserWalletInfo,
type ICryptoInWalletInfo,
IUserWalletCryptos,
} from "@/interfaces/crypto.interface";