import Header from "./header"; import "./postCreation.css"; function PostCreation(){ return(

Create Post

); } export default PostCreation;