From a22685c34542d43a71c3496df28e86207ec7fbed Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 29 Oct 2024 23:02:48 +0000 Subject: Sort imports (#6009) * Mark import sort/order/style rules as error * npm run lint -- --fix --- src/lib/sentry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/sentry.ts') diff --git a/src/lib/sentry.ts b/src/lib/sentry.ts index 37d41e3a2..2c390d7de 100644 --- a/src/lib/sentry.ts +++ b/src/lib/sentry.ts @@ -7,7 +7,7 @@ import {Platform} from 'react-native' import {nativeApplicationVersion, nativeBuildVersion} from 'expo-application' import {init} from '@sentry/react-native' -import {BUILD_ENV, IS_DEV, IS_TESTFLIGHT} from 'lib/app-info' +import {BUILD_ENV, IS_DEV, IS_TESTFLIGHT} from '#/lib/app-info' /** * Examples: -- cgit 1.4.1