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