import { PerformancePage } from "@/components/features/performance/PerformancePage";

export default function Page() {
  return <PerformancePage />;
}
