Created the AchievementList.jsx

This commit is contained in:
2023-12-12 06:48:56 +01:00
parent d66991c7cf
commit b4a6fa1d2c

@ -0,0 +1,7 @@
export const AchievementList = () => {
return (
<div>
<h1>AchievementList</h1>
</div>
)
}