File size: 110 Bytes
88c4c60
 
 
 
 
1
2
3
4
5
6
import { redirect } from "next/navigation";

export default function InitPage() {
  redirect('/dashboard');
}