import type {RouteComponentProps} from 'react-router'; import moment from 'moment-timezone'; import Link from 'sentry/components/links/link'; import ResultGrid from 'sentry/components/resultGrid'; import {t} from 'sentry/locale'; type Row = { dateJoined: string; email: string; id: string; lastLogin: string; username: string; }; type Props = RouteComponentProps<{}, {}>; const getRow = (row: Row) => [