'use client';
import { MatchReasoningPanel } from '@/modules/ai/components/match-reasoning/MatchReasoningCard';
export default function MatchReasoningPage() { return <MatchReasoningPanel />; }
