File "page.tsx"

Full Path: /home/trinadezambia/public_html/student_panel/src/app/(auth)/student/auth/login/page.tsx
File size: 219 bytes
MIME-type: text/x-java
Charset: utf-8

import { redirect } from 'next/navigation';

/**
 * Legacy route kept only to forward existing bookmarks to the new unified auth page.
 */
export default function StudentLoginRedirect() {
  redirect('/student/auth');
}