Skip to content

Commit

Permalink
removed from package
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisZerbib committed Jun 1, 2024
1 parent 069941e commit 3cc4f0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@tonconnect/ui-react": "^2.0.0-beta.2",
"@twa-dev/sdk": "^6.4.2",
"axios": "^1.7.2",
"is-mobile": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
Expand All @@ -42,4 +41,4 @@
"typescript": "^4.9.5",
"vite": "^4.0.4"
}
}
}
1 change: 0 additions & 1 deletion src/hooks/useTonClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { getHttpEndpoint } from "@orbs-network/ton-access";
import { useState } from "react";
import { TonClient } from "ton";
import { useAsyncInitialize } from "./useAsyncInitialize";
import { useTonConnect } from "./useTonConnect";
Expand Down

0 comments on commit 3cc4f0d

Please sign in to comment.