VogelSocialMedia/code/frontend/src/pages/AboutUs.tsx
2025-07-01 12:41:26 +02:00

12 lines
No EOL
256 B
TypeScript

function AboutUs() {
return (
<div className="body mainbox">
<div className="test"> <img style={{height: "200vh"}} src='/assets/icons/feather_black.svg' alt="featherIcon" /> </div>
</div>
);
}
export default AboutUs;