124_webcalibre2/src/app/profile/page.tsx

13 lines
102 B
TypeScript
Raw Normal View History

2026-01-06 02:40:21 +00:00
function Profile
() {
return (
<div>
Profile
</div>
)
}
export default Profile