Files
nrx.sh/src/app/about/page.tsx
Nareshkumar Rao 82ce4b345a
All checks were successful
Build / build (push) Successful in 2m25s
couple more fixes
2025-04-05 01:12:38 +02:00

15 lines
352 B
TypeScript

export default function About() {
return (
<>
so hey, i&apos;m naresh!
<br />
<br />
i&apos;m an engineer and i love building things and tinkering on things.
<br />
<br /> i like going on runs and going for rides on my bike.
<br />
<br /> umm, maybe i&apos;ll write more here later.
</>
);
}