2025-06-09 06:29:06 +02:00

10 lines
163 B
TypeScript

const Freight = () => {
return (
<div>
<img src="assets/img/MD11_Profile.svg" style={{ width: '100%' }} />
</div>
);
};
export default Freight;