18559: Add groups and admin tab to user profile, use for other users profile
[arvados-workbench2.git] / src / views-components / user-dialog / manage-dialog.tsx
index b812f5cb7b6fa36df9de2dce3aad798ef7130997..a62e1a21896e89a5ded2a18e31c2faf2895cd447 100644 (file)
@@ -10,7 +10,8 @@ import { WithDialogProps } from "store/dialog/with-dialog";
 import { withDialog } from 'store/dialog/with-dialog';
 import { WithStyles, withStyles } from '@material-ui/core/styles';
 import { ArvadosTheme } from 'common/custom-theme';
-import { USER_MANAGEMENT_DIALOG, openSetupShellAccount, loginAs } from "store/users/users-actions";
+import { USER_MANAGEMENT_DIALOG } from "store/users/users-actions";
+import { openSetupShellAccount, loginAs } from 'store/users/users-actions';
 import { getUserDisplayName } from "models/user";
 
 type CssRules = 'spacing';