mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-06 19:27:13 -06:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
const interviewBooking = () => {
|
|
return (<>
|
|
</>);
|
|
}
|
|
|
|
export default interviewBooking;
|