import type { MetaFunction } from "@remix-run/node"; import StudentDashboard from '../components/StudentDashboard' export default function Index() { return (
{/* Ensure the component name matches the import */}
); }