update to js
This commit is contained in:
7
dashboard_js/app/routes/enrollments/index.jsx
Normal file
7
dashboard_js/app/routes/enrollments/index.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function meta({}) {
|
||||
return [{ title: 'Matrículas' }]
|
||||
}
|
||||
|
||||
export default function Component() {
|
||||
return <>enrollments index</>
|
||||
}
|
||||
Reference in New Issue
Block a user