Skip to content

Commit 0eff47d

Browse files
committed
ref(ui): Remove orphaned files and unused exports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/pxAVht4UjkdydDJ04XfTa8Ow3ZZ8hQtyPe4WbpfpBWs
1 parent 8e57f23 commit 0eff47d

24 files changed

+10
-3422
lines changed

static/app/components/archivedBox.spec.tsx

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

static/app/components/archivedBox.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {DateTime} from 'sentry/components/dateTime';
22
import {Duration} from 'sentry/components/duration';
3-
import {BannerContainer, BannerSummary} from 'sentry/components/events/styles';
43
import {t} from 'sentry/locale';
54
import type {Group, IgnoredStatusDetails} from 'sentry/types/group';
65
import {GroupSubstatus} from 'sentry/types/group';
@@ -58,13 +57,3 @@ export function renderArchiveReason({substatus, statusDetails}: ArchivedBoxProps
5857

5958
return t('This issue has been archived forever.');
6059
}
61-
62-
export function ArchivedBox({substatus, statusDetails}: ArchivedBoxProps) {
63-
return (
64-
<BannerContainer priority="default">
65-
<BannerSummary>
66-
<span>{renderArchiveReason({substatus, statusDetails})}</span>
67-
</BannerSummary>
68-
</BannerContainer>
69-
);
70-
}

static/app/components/errors/groupEventDetailsLoadingError.tsx

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

0 commit comments

Comments
 (0)