3a12290 6978d97 04b4cff 6978d97
1
2
3
4
5
6
import { redirect } from "next/navigation" export default function BenchmarksPage() { redirect("/evals") }