File "page.tsx"
Full Path: /home/trinadezambia/public_html/student_panel/src/app/page.tsx
File size: 115 bytes
MIME-type: text/x-java
Charset: utf-8
import { redirect } from 'next/navigation';
export default function Home() {
redirect('/student/dashboard');
}