mirror of
https://github.com/massbug/judge4c.git
synced 2025-08-23 10:03:33 +00:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
|
import { redirect } from "next/navigation";
|
||
|
|
||
|
export default function NewProblemPage() {
|
||
|
redirect("/dashboard/problemset/new/metadata");
|
||
|
}
|