parent
aaa93bcfc4
commit
14c722814d
@ -0,0 +1,5 @@ |
||||
import { redirect } from "next/navigation"; |
||||
|
||||
export default function RootPage() { |
||||
redirect("/en/"); |
||||
} |
||||
Loading…
Reference in new issue