소스 검색

remove unnecessary code

Ian Fung 1 년 전
부모
커밋
2dde9eb245
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      component/accountPages/addVehiclePageComponent.tsx

+ 0 - 1
component/accountPages/addVehiclePageComponent.tsx

@@ -10,7 +10,6 @@ import {
     StyleSheet,
     TextInput
 } from 'react-native';
-import CheckBox from '@react-native-community/checkbox';
 import { SafeAreaView } from 'react-native-safe-area-context';
 import { PreviousPageBlackSvg } from '../global/SVG';
 import NormalButton from '../global/normal_button';