Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevera committed May 3, 2024
1 parent 5226471 commit ebb128b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import SignOutButton from '@/components/ui/SignOutButon'
import JudgeRewardsList from '@/components/sections/judge/JudgeRewardsList'
import {prefetchGetRewards} from '@/lib/queries/reward/getRewards'
import HydrationBoundary from '@/components/helpers/HydrationBoundary'
import GithubFileSelect from '@/components/sections/contest/GithubFileSelect'

const Home = async () => {
const session = await getServerAuthSession()
Expand Down

0 comments on commit ebb128b

Please sign in to comment.