update to js
This commit is contained in:
7
dashboard_js/app/routes/enrollments/$id.jsx
Normal file
7
dashboard_js/app/routes/enrollments/$id.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { useParams } from 'react-router'
|
||||
|
||||
export default function Component() {
|
||||
const { id } = useParams()
|
||||
|
||||
return <>enrollments single {id}</>
|
||||
}
|
||||
Reference in New Issue
Block a user