juntekim.com/juntekim_frontend/app/About/page.tsx
2025-12-07 12:46:59 +00:00

3 lines
105 B
TypeScript

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