api9nin / src /app /page.js
github-actions[bot]
deploy from github actions 2026-06-18
c8ae75d
Raw
History Blame Contribute Delete
110 Bytes
import { redirect } from "next/navigation";
export default function InitPage() {
redirect('/dashboard');
}