Create VolunteerProfilePage
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import styles from "./VolunteerProfilePage.module.css"
|
||||
import { useParams } from "react-router";
|
||||
|
||||
|
||||
export default function VolunteerProfilePage() {
|
||||
|
||||
const params = useParams();
|
||||
const id = params.id;
|
||||
|
||||
return <div>
|
||||
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user