diff --git a/static/app/views/insights/pages/mobile/mobileOverviewPage.tsx b/static/app/views/insights/pages/mobile/mobileOverviewPage.tsx index da68c8c669258..96ade3333ec52 100644 --- a/static/app/views/insights/pages/mobile/mobileOverviewPage.tsx +++ b/static/app/views/insights/pages/mobile/mobileOverviewPage.tsx @@ -27,8 +27,10 @@ import {ToolRibbon} from 'sentry/views/insights/common/components/ribbon'; import {useOnboardingProject} from 'sentry/views/insights/common/queries/useOnboardingProject'; import {ViewTrendsButton} from 'sentry/views/insights/common/viewTrendsButton'; import {MobileHeader} from 'sentry/views/insights/pages/mobile/mobilePageHeader'; -import {OVERVIEW_PAGE_ALLOWED_OPS} from 'sentry/views/insights/pages/mobile/settings'; -import {MOBILE_LANDING_TITLE} from 'sentry/views/insights/pages/mobile/settings'; +import { + MOBILE_LANDING_TITLE, + OVERVIEW_PAGE_ALLOWED_OPS, +} from 'sentry/views/insights/pages/mobile/settings'; import {OVERVIEW_PAGE_TITLE} from 'sentry/views/insights/pages/settings'; import { generateGenericPerformanceEventView,