generated from fahricansecer/boilerplate-fe
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default function LocaleHomePage() {
|
|
redirect("/dashboard");
|
|
}
|