Skip to content

Commit

Permalink
fix(dw): import
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 committed Oct 10, 2024
1 parent 7104e27 commit 92e8e8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
MonoContactPage,
MonoDataThresholding,
MonoKey,
MonoNetworkCheck,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92e8e8f

Please sign in to comment.