Update New Features

This commit is contained in:
Koncept Kit
2025-12-10 17:52:47 +07:00
parent 1f27c3224b
commit 36017e8693
39 changed files with 4977 additions and 196 deletions

View File

@@ -7,6 +7,7 @@ import { Input } from '../components/ui/input';
import { Label } from '../components/ui/label';
import { toast } from 'sonner';
import Navbar from '../components/Navbar';
import MemberFooter from '../components/MemberFooter';
import { User, Save, Lock } from 'lucide-react';
import ChangePasswordDialog from '../components/ChangePasswordDialog';
@@ -242,6 +243,7 @@ const Profile = () => {
onOpenChange={setPasswordDialogOpen}
/>
</div>
<MemberFooter />
</div>
);
};