import { useAuthStore } from '@/store/auth-store' import { useAuthModalStore } from '@/store/auth-modal-store' import { ProfileCard } from './ProfileCard' import { XuWalletCard } from './XuWalletCard' import { DailyGoalCard } from './DailyGoalCard' import { ExamDateCard } from './ExamDateCard' import { NotificationsCard } from './NotificationsCard' import { AccountCard } from './AccountCard' export function Settings() { const user = useAuthStore((s) => s.user) const openModal = useAuthModalStore((s) => s.open) if (!user) { return (
Đăng nhập để cá nhân hoá mục tiêu học tập, cài đặt thông báo và quản lý tài khoản.
Quản lý hồ sơ, mục tiêu học tập và thông báo.