mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: refactor account settings code + add skeleton for profile building
This commit is contained in:
parent
7f66369e95
commit
af17deff30
2 changed files with 93 additions and 49 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import React from 'react'
|
||||
|
||||
function UserProfile() {
|
||||
return (
|
||||
<div>UserProfile</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default UserProfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue