Comment out unused variable

This commit is contained in:
2025-08-28 23:06:38 -07:00
parent 832d4b81b8
commit 83b44ea4df

View File

@@ -7,7 +7,7 @@ import { app } from '@tauri-apps/api'
import { platform } from '@tauri-apps/plugin-os'
import { decrypt } from '../util/Encryption'
import { invoke } from '@tauri-apps/api/core'
import Image from 'next/image'
// import Image from 'next/image'
import { LeaderboardResponse } from '../types/LeaderboardResponse'
export default function Leaderboards () {