new features
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { JSX } from "react"
|
||||
|
||||
import { ProfilePage } from "@pages/ProfilePage"
|
||||
|
||||
export default function Profile(): JSX.Element {
|
||||
return (
|
||||
<main>
|
||||
<ProfilePage />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user