screenshot-to-code/frontend/src/components/Heading.tsx
Anas Dew 05df18aa66 Shifted Heading to Main Screen
Shifted Settings Icon to Bottom
Added Some Radiues in ImageUpload
2024-01-25 11:15:53 +05:30

13 lines
216 B
TypeScript

function Heading() {
return (
<section className="container">
<div className="text-center text-slate-700 text-4xl">
Screenshot to code
</div>
</section>
);
}
export default Heading;