import type {RouteComponentProps} from 'react-router';
import Link from 'sentry/components/links/link';
import ResultGrid from 'sentry/components/resultGrid';
import {t} from 'sentry/locale';
type Props = RouteComponentProps<{}, {}>;
const getRow = (row: any) => [
{row.name}
{row.slug}
,
];
function AdminOrganizations(props: Props) {
return (