Skip to content

Commit 380b086

Browse files
authored
ref(badges): Remove shim files for badges that were not in components/badges/* (#68923)
In #68843 we moved a bunch of files around, and then getsentry/getsentry#13646 needed to follow suit. This cleans up the leftover stubs which we needed so build don't break along the way. Follows: #68843 Depends on getsentry/getsentry#13646
1 parent a516659 commit 380b086

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed

static/app/components/badge.tsx

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

static/app/components/badge/deployBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import Tag from 'sentry/components/badge/tag';
12
import Link from 'sentry/components/links/link';
2-
import {Tag} from 'sentry/components/tag';
33
import {t} from 'sentry/locale';
44
import type {Deploy} from 'sentry/types';
55
import {MutableSearch} from 'sentry/utils/tokenizeSearch';

static/app/components/featureBadge.tsx

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

static/app/components/tag.tsx

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

0 commit comments

Comments
 (0)