Skip to content

Commit 34aea1b

Browse files
🛠️ apply pre-commit fixes
1 parent 8d680ce commit 34aea1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

static/app/components/idBadge/baseBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {memo} from 'react';
22
import styled from '@emotion/styled';
33

44
import Avatar from 'sentry/components/avatar';
5-
import {space, ValidSize} from 'sentry/styles/space';
5+
import {space, type ValidSize} from 'sentry/styles/space';
66
import type {Actor, AvatarProject, AvatarUser, Organization, Team} from 'sentry/types';
77

88
export interface BaseBadgeProps {

static/app/components/idBadge/index.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import useProjects from 'sentry/utils/useProjects';
66
import {useTeams} from 'sentry/utils/useTeams';
77
import {useUser} from 'sentry/utils/useUser';
88

9-
import Matrix, {PropMatrix} from '../stories/matrix';
9+
import Matrix, {type PropMatrix} from '../stories/matrix';
1010
import SideBySide from '../stories/sideBySide';
1111

12-
import {OrganizationBadgeProps} from './organizationBadge';
12+
import type {OrganizationBadgeProps} from './organizationBadge';
1313
import IdBadge from '.';
1414

1515
export default storyBook(IdBadge, story => {

0 commit comments

Comments
 (0)