degmods.com/src/pages/profile.tsx

4 lines
59 B
TypeScript
Raw Normal View History

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