mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
wip basic page
This commit is contained in:
parent
5aa2463064
commit
ab9fa907ef
3 changed files with 79 additions and 42 deletions
12
code/frontend/src/pages/AboutUs.tsx
Normal file
12
code/frontend/src/pages/AboutUs.tsx
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
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;
|
Loading…
Add table
Add a link
Reference in a new issue