Skip to content

Commit f101f09

Browse files
authored
fix(build): Fix incorrect import (#88084)
A PR I merged was missing the recent core UI refactor, this will fix the build errors
1 parent eaa7363 commit f101f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/transactionSummary/spanCategoryFilter.tsx

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

4-
import {CompactSelect, type SelectOption} from 'sentry/components/compactSelect';
4+
import {CompactSelect, type SelectOption} from 'sentry/components/core/compactSelect';
55
import {pickBarColor} from 'sentry/components/performance/waterfall/utils';
66
import {Tooltip} from 'sentry/components/tooltip';
77
import {IconFilter} from 'sentry/icons';

0 commit comments

Comments
 (0)