|
@@ -3,17 +3,17 @@ import {browserHistory, RouteComponentProps} from 'react-router';
|
|
import styled from '@emotion/styled';
|
|
import styled from '@emotion/styled';
|
|
import {urlEncode} from '@sentry/utils';
|
|
import {urlEncode} from '@sentry/utils';
|
|
|
|
|
|
-import {logout} from 'app/actionCreators/account';
|
|
|
|
-import Alert from 'app/components/alert';
|
|
|
|
-import Button from 'app/components/button';
|
|
|
|
-import ExternalLink from 'app/components/links/externalLink';
|
|
|
|
-import Link from 'app/components/links/link';
|
|
|
|
-import NarrowLayout from 'app/components/narrowLayout';
|
|
|
|
-import {t, tct} from 'app/locale';
|
|
|
|
-import ConfigStore from 'app/stores/configStore';
|
|
|
|
-import space from 'app/styles/space';
|
|
|
|
-import AsyncView from 'app/views/asyncView';
|
|
|
|
-import SettingsPageHeader from 'app/views/settings/components/settingsPageHeader';
|
|
|
|
|
|
+import {logout} from 'sentry/actionCreators/account';
|
|
|
|
+import Alert from 'sentry/components/alert';
|
|
|
|
+import Button from 'sentry/components/button';
|
|
|
|
+import ExternalLink from 'sentry/components/links/externalLink';
|
|
|
|
+import Link from 'sentry/components/links/link';
|
|
|
|
+import NarrowLayout from 'sentry/components/narrowLayout';
|
|
|
|
+import {t, tct} from 'sentry/locale';
|
|
|
|
+import ConfigStore from 'sentry/stores/configStore';
|
|
|
|
+import space from 'sentry/styles/space';
|
|
|
|
+import AsyncView from 'sentry/views/asyncView';
|
|
|
|
+import SettingsPageHeader from 'sentry/views/settings/components/settingsPageHeader';
|
|
|
|
|
|
type InviteDetails = {
|
|
type InviteDetails = {
|
|
orgSlug: string;
|
|
orgSlug: string;
|