From 03fc55f51d4fe8c7cfde3376a8fc164564345fb0 Mon Sep 17 00:00:00 2001 From: 0xjaqbek Date: Fri, 26 Jul 2024 14:11:32 +0200 Subject: [PATCH] ... --- src/LeaderboardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LeaderboardPage.tsx b/src/LeaderboardPage.tsx index cce0fb9..450bb73 100644 --- a/src/LeaderboardPage.tsx +++ b/src/LeaderboardPage.tsx @@ -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;