adjust /o-gractwie styling, add 1st profpage, add keys to generated items

This commit is contained in:
2022-12-21 21:29:56 +01:00
parent 94b720e9c5
commit c6ae6cdfa9
4 changed files with 29 additions and 11 deletions

View File

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