Pārlūkot izejas kodu

remove unnecessary code

Ian Fung 1 gadu atpakaļ
vecāks
revīzija
2dde9eb245
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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';