Skip to content

Commit

Permalink
fixed the lints
Browse files Browse the repository at this point in the history
  • Loading branch information
susonthapa committed Mar 3, 2024
1 parent 95e22ba commit 32ad919
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/react-native-carplay/src/CarPlay.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { ImageSourcePropType, NativeEventEmitter, NativeModule, NativeModules, Platform } from 'react-native';
import {
ImageSourcePropType,
NativeEventEmitter,
NativeModule,
NativeModules,
Platform,
} from 'react-native';
import { ActionSheetTemplate } from './templates/ActionSheetTemplate';
import { AlertTemplate } from './templates/AlertTemplate';
import { ContactTemplate } from './templates/ContactTemplate';
Expand Down

0 comments on commit 32ad919

Please sign in to comment.