Change Audiens

This commit is contained in:
Randa Firman Putra
2025-06-28 06:15:50 +07:00
parent baf9965d64
commit 37d083ec31
18 changed files with 906 additions and 318 deletions

View File

@@ -0,0 +1,11 @@
'use client';
export default function ProfilePage() {
return (
<div className="container mx-auto p-4 w-full max-w-4xl">
<div className="text-center text-muted-foreground">
Sedang dalam pengembangan :)
</div>
</div>
);
}