diff --git a/src/app/(home)/major-league-balatro/_components/next-match-info.tsx b/src/app/(home)/major-league-balatro/_components/next-match-info.tsx index bb3ef73..16fc1f2 100644 --- a/src/app/(home)/major-league-balatro/_components/next-match-info.tsx +++ b/src/app/(home)/major-league-balatro/_components/next-match-info.tsx @@ -1,3 +1,4 @@ +'use client' import { NextMatchInfoCard } from '@/app/(home)/major-league-balatro/_components/next-match-info-card' import { CountdownTimer } from '@/components/countdown-timer' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'