summaryrefslogtreecommitdiff
path: root/src/app/profile/page.tsx
blob: 17e3f628b15d081160ab38eddf043ee6f4ff45b0 (plain)
1
2
3
export default function Profile() {
    return <></>;
}