Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
chore(code,deps): add globals. Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 25, 2024
1 parent f9dcabd commit 76f27fc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 25 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"gh-pages": "^6.1.1",
"globals": "^15.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
Expand Down
8 changes: 0 additions & 8 deletions src/components/Page/Page.css

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/Page/Page.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/pages/TONConnectPage/TONConnectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import './TONConnectPage.css';

export const TONConnectPage: FC = () => {
const wallet = useTonWallet();

if (!wallet) {
return (
<Placeholder
Expand Down

0 comments on commit 76f27fc

Please sign in to comment.