Files
hsp-gdh-front/src/components/dashboard/appointment/index.jsx
2024-03-10 14:58:35 +01:00

11 lines
185 B
JavaScript

import HeadTitle from "../head-title";
function Appointment() {
return (
<div>
<HeadTitle title="Rendez-vous"/>
</div>
);
}
export default Appointment;