chore: refactor account settings code + add skeleton for profile building

This commit is contained in:
swve 2025-03-29 16:19:28 +01:00
parent 7f66369e95
commit af17deff30
2 changed files with 93 additions and 49 deletions

View file

@ -0,0 +1,9 @@
import React from 'react'
function UserProfile() {
return (
<div>UserProfile</div>
)
}
export default UserProfile