3 lines
65 B
TypeScript

export default function Contact(){
return <h1>Contact Me</h1>
}