Skip to content

Instantly share code, notes, and snippets.

View AkinsanyaPius's full-sized avatar

AkinsanyaPius

  • Joined Oct 5, 2025
View GitHub Profile
import React from "react";
function About(){
return(
<section>
<h2>About Me</h2>
<p>This is my About section.</p>
</section>
);
}
export default About;