mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 12:18:46 +00:00
Initial Commit
This commit is contained in:
parent
9f9a21818a
commit
206932ff8c
4 changed files with 59 additions and 0 deletions
14
code/frontend/src/PostCreation.tsx
Normal file
14
code/frontend/src/PostCreation.tsx
Normal file
|
@ -0,0 +1,14 @@
|
|||
import Header from "./header";
|
||||
import "./postCreation.css";
|
||||
|
||||
function PostCreation(){
|
||||
|
||||
return(
|
||||
<div className="create-display">
|
||||
<Header/>
|
||||
<div className="create-part">
|
||||
<h1>Create Post</h1>
|
||||
</div>
|
||||
</div>);
|
||||
}
|
||||
export default PostCreation;
|
Loading…
Add table
Add a link
Reference in a new issue