diff --git a/static/app/views/insights/crons/views/overview.tsx b/static/app/views/insights/crons/views/overview.tsx index dd196195e735e7..ea970cbfeb969b 100644 --- a/static/app/views/insights/crons/views/overview.tsx +++ b/static/app/views/insights/crons/views/overview.tsx @@ -6,7 +6,6 @@ import {openBulkEditMonitorsModal} from 'sentry/actionCreators/modal'; import {deleteProjectProcessingErrorByType} from 'sentry/actionCreators/monitors'; import {Button} from 'sentry/components/button'; import ButtonBar from 'sentry/components/buttonBar'; -import FeedbackWidgetButton from 'sentry/components/feedback/widget/feedbackWidgetButton'; import HookOrDefault from 'sentry/components/hookOrDefault'; import * as Layout from 'sentry/components/layouts/thirds'; import LoadingIndicator from 'sentry/components/loadingIndicator'; @@ -121,7 +120,6 @@ function CronsOverview() { module={ModuleName.CRONS} headerActions={ -