This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/pages/profile/jamesen.tsx

6 lines
128 B
TypeScript

const ProfileJamesen = () => {
return <main>Hello, this is jamesen's profile page!!</main>;
};
export default ProfileJamesen;