aboutsummaryrefslogtreecommitdiffstats
path: root/pages/profile.js
blob: c1cc1953f9d9eda8e5e254ae05f4a2fdd277948b (plain)
1
2
3
export default function Profile() {
    return <h1>we made it!!!</h1>
}