Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 26, 2024
1 parent f832335 commit 03fc55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LeaderboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { StyledButton } from './StyledButton';
import { TonConnectButton } from "@tonconnect/ui-react";
import { useTonAddress } from "@tonconnect/ui-react";
import { getLeaderboard, updateLeaderboard, LeaderboardEntry } from './gistService';
import { sendTransactionToOnChainRace } from '../race/scripts/onChainRaceService'; // Import the function
import { sendTransactionToOnChainRace } from './race/scripts/onChainRaceService'; // Import the function

interface LeaderboardPageProps {
elapsedTime: number;
Expand Down

0 comments on commit 03fc55f

Please sign in to comment.