import { useState } from 'react'; import { StatCard, Tabs } from '@cameleer/design-system'; import { useRbacStats } from '../../api/queries/admin/rbac'; import styles from './UserManagement.module.css'; // Lazy imports for tab components (will be created in tasks 17-19) // For now, use placeholder components so the page compiles const UsersTab = () =>