Skip to content

Commit cef2b41

Browse files
committed
fix lint
1 parent fc5d248 commit cef2b41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/client.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ import {
99
promiseAny,
1010
testUrls,
1111
} from './utils';
12-
import { EmitterSubscription, Platform, DeviceEventEmitter } from 'react-native';
12+
import {
13+
EmitterSubscription,
14+
Platform,
15+
DeviceEventEmitter,
16+
} from 'react-native';
1317
import { PermissionsAndroid } from './permissions';
1418
import {
1519
PushyModule,

0 commit comments

Comments
 (0)