Skip to content

Commit 888aec3

Browse files
committed
fix prettier
1 parent d54130c commit 888aec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup/hybridApp/index.native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {Linking} from 'react-native';
22
import Navigation from '@navigation/Navigation';
3+
import {openReportFromDeepLink} from '@userActions/Report';
34
import CONFIG from '@src/CONFIG';
45
import type {Route} from '@src/ROUTES';
5-
import {openReportFromDeepLink} from '@userActions/Report';
66

77
if (CONFIG.IS_HYBRID_APP) {
88
Linking.addEventListener('url', (state) => {

0 commit comments

Comments
 (0)