From 92e8e8f2ae7a6976da8c2c67e6cd805f4e06b7a6 Mon Sep 17 00:00:00 2001 From: Javad Khalilian Date: Thu, 10 Oct 2024 10:52:25 +0200 Subject: [PATCH] fix(dw): import --- packages/apps/dev-wallet/src/Components/Sidebar/Sidebar.tsx | 1 - packages/apps/dev-wallet/src/modules/wallet/wallet.provider.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/apps/dev-wallet/src/Components/Sidebar/Sidebar.tsx b/packages/apps/dev-wallet/src/Components/Sidebar/Sidebar.tsx index b44d23c77b..8fd65f3c37 100644 --- a/packages/apps/dev-wallet/src/Components/Sidebar/Sidebar.tsx +++ b/packages/apps/dev-wallet/src/Components/Sidebar/Sidebar.tsx @@ -1,5 +1,4 @@ import { - MonoContactPage, MonoDataThresholding, MonoKey, MonoNetworkCheck, diff --git a/packages/apps/dev-wallet/src/modules/wallet/wallet.provider.tsx b/packages/apps/dev-wallet/src/modules/wallet/wallet.provider.tsx index 5af9ffcc2b..b20c2c91d3 100644 --- a/packages/apps/dev-wallet/src/modules/wallet/wallet.provider.tsx +++ b/packages/apps/dev-wallet/src/modules/wallet/wallet.provider.tsx @@ -10,7 +10,7 @@ import { import { useSession } from '@/App/session'; import { throttle } from '@/utils/session'; import { IClient, createClient } from '@kadena/client'; -import { setGlobalConfig } from '@kadena/client-utils'; +import { setGlobalConfig } from '@kadena/client-utils/core'; import { Fungible, IAccount,