Modulo makers3d desarrollado con codex V 0.0.1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import ProfileClient from "../components/ProfileClient";
|
||||
|
||||
export default function ProfilePage() {
|
||||
return (
|
||||
<main className="page-shell profile-account-page">
|
||||
<ProfileClient />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user