generated from dwd/boilarplate-remix-tailwind-antd
s1
This commit is contained in:
10
app/routes/student-dashboard2.tsx
Normal file
10
app/routes/student-dashboard2.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { MetaFunction } from "@remix-run/node";
|
||||
import StudentDashboard from '../components/StudentDashboard'
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
<div>
|
||||
<StudentDashboard /> {/* Ensure the component name matches the import */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user