3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
export default function About() {
|
|
return <h1>Everything you need to know about me will be here</h1>;
|
|
}
|