8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import ProfilePage from "./Profile";
|
|
|
|
export default function Profile() {
|
|
|
|
return (
|
|
<ProfilePage />
|
|
)
|
|
} |