Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Oct 30, 2023
1 parent 918a2f4 commit 32c9065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DatePicker/index.ios.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import RNDatePicker from '@react-native-community/datetimepicker';
import {format} from 'date-fns';
import isFunction from 'lodash/isFunction';
import moment from 'moment';
import React, {useCallback, useEffect, useRef, useState} from 'react';
import {Button, Keyboard, View} from 'react-native';
import Popover from '@components/Popover';
Expand Down

0 comments on commit 32c9065

Please sign in to comment.