Skip to content

Commit e191958

Browse files
committed
fix eslint and ts
1 parent 591d811 commit e191958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/Navigation/Navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Str} from 'expensify-common';
55
// eslint-disable-next-line you-dont-need-lodash-underscore/omit
66
import omit from 'lodash/omit';
77
import {nanoid} from 'nanoid/non-secure';
8-
import {Dimensions} from 'react-native';
8+
import {DeviceEventEmitter, Dimensions} from 'react-native';
99
import type {OnyxEntry} from 'react-native-onyx';
1010
import Onyx from 'react-native-onyx';
1111
import type {Writable} from 'type-fest';

0 commit comments

Comments
 (0)