Created the AchievementList.jsx

This commit is contained in:
Mathias Wagner 2023-12-12 06:48:56 +01:00
parent d66991c7cf
commit b4a6fa1d2c
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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