mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 12:20:48 +04:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default function Registration() {
|
|
redirect("/");
|
|
}
|