diff --git a/src/pages/CreatePost.jsx b/src/pages/CreatePost.jsx index 5a9d486..3986eb4 100644 --- a/src/pages/CreatePost.jsx +++ b/src/pages/CreatePost.jsx @@ -17,7 +17,47 @@ const CreatePost = () => { const [generatingImg, setGeneratingImg] = useState(false); const [loading, setLoading] = useState(false); - return
CreatePost
; + const handleSubmit = () => {}; + + const handleChange = (e) => {}; + + const handleSurpriseMe = () => {}; + + return ( +
+
+

Create

+

+ Create imaginative and visually stunning images through DALL-E AI and + share them with the community +

+
+ +
+
+ + + +
+
+
+ ); }; export default CreatePost;