import { AdminGuard } from '@kit/admin/components/admin-guard'; function AccountPage() { return
; } export default AdminGuard(AccountPage);