Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Nov 6, 2023
1 parent 73e6f5f commit 014cdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './App.scss'
import {THEME, TonConnectUIProvider, TonConnect} from "@tonconnect/ui-react";
import {THEME, TonConnectUIProvider} from "@tonconnect/ui-react";
import {Header} from "./components/Header/Header";
import {TxForm} from "./components/TxForm/TxForm";
import {Footer} from "./components/Footer/Footer";
Expand Down

0 comments on commit 014cdcf

Please sign in to comment.