Skip to content

Commit 39eef6f

Browse files
ref(avatar): Remove barrel avatar (#93735)
Almost nothing was using this and we should just be explicitly rendering each type of avatar.
1 parent fb0610f commit 39eef6f

File tree

7 files changed

+10
-415
lines changed

7 files changed

+10
-415
lines changed

static/app/components/core/avatar/docIntegrationAvatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {BaseAvatar, type BaseAvatarProps} from 'sentry/components/core/avatar/ba
22
import {PluginIcon} from 'sentry/plugins/components/pluginIcon';
33
import type {DocIntegration} from 'sentry/types/integrations';
44

5-
export interface DocIntegrationAvatarProps extends BaseAvatarProps {
5+
interface DocIntegrationAvatarProps extends BaseAvatarProps {
66
docIntegration?: DocIntegration;
77
ref?: React.Ref<HTMLSpanElement>;
88
}

static/app/components/core/avatar/index.spec.tsx

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)