import { MatchesClient } from '@/app/(tabs)/matches/matches-client';

export const metadata = {
  title: 'Matches',
};

export default function MatchesPage() {
  return <MatchesClient />;
}
