Skip to content

Commit

Permalink
Remove unused import (#515)
Browse files Browse the repository at this point in the history
* Remove unused import

* Update DatePickerIOS.js
  • Loading branch information
anhtuank7c committed May 22, 2022
1 parent 4b55723 commit 8233d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DatePickerIOS.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect } from 'react'
import React from 'react'
import {
StyleSheet,
View,
requireNativeComponent,
NativeModules,
} from 'react-native'
Expand Down

0 comments on commit 8233d9f

Please sign in to comment.