degmods.com/src/pages/profile.tsx
daniyal fad1ff98b3
Some checks failed
Release to Staging / build_and_release (push) Failing after 23s
feat: implemented logic for profile box
2024-09-03 13:05:37 +05:00

4 lines
59 B
TypeScript

export const ProfilePage = () => {
return <h1>WIP</h1>
}