File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
static/app/components/idBadge Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import type { AvatarUser , Member } from 'sentry/types' ;
2
2
import useOrganization from 'sentry/utils/useOrganization' ;
3
3
4
- import UserBadge , { UserBadgeProps } from './userBadge' ;
4
+ import UserBadge , { type UserBadgeProps } from './userBadge' ;
5
5
6
6
export interface MemberBadgeProps extends Omit < UserBadgeProps , 'user' > {
7
7
member : Member ;
Original file line number Diff line number Diff line change 1
- import { Organization } from 'sentry/types' ;
1
+ import type { Organization } from 'sentry/types' ;
2
2
3
3
import BadgeDisplayName from './badgeDisplayName' ;
4
4
import { BaseBadge , type BaseBadgeProps } from './baseBadge' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styled from '@emotion/styled';
3
3
4
4
import type { LinkProps } from 'sentry/components/links/link' ;
5
5
import Link from 'sentry/components/links/link' ;
6
- import { AvatarProject } from 'sentry/types' ;
6
+ import type { AvatarProject } from 'sentry/types' ;
7
7
import getPlatformName from 'sentry/utils/getPlatformName' ;
8
8
import useOrganization from 'sentry/utils/useOrganization' ;
9
9
You can’t perform that action at this time.
0 commit comments