Files
ContentGen_FE/src/app/[locale]/page.tsx
Harun CAN 45a540c530
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
main
2026-03-29 12:44:02 +03:00

6 lines
116 B
TypeScript

import { redirect } from "next/navigation";
export default function LocaleHomePage() {
redirect("/dashboard");
}