// static/js/admin.Panel.jsx function AdminPanel() { const { token } = useContext(AuthContext); const [tab, setTab] = useState("employees"); return (