mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
12 lines
No EOL
256 B
TypeScript
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; |