Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yoge1212 committed Oct 11, 2024
1 parent 2756eea commit ad62250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(pre-dashboard)/leaderboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Image from 'next/image';
import { fuzzy } from '@/app/ui/fonts';

interface LeaderboardEntry {
place: string;
id: string;
points: number;
}
Expand Down

0 comments on commit ad62250

Please sign in to comment.