import { SafeAreaView } from 'react-native'; import { CarForm } from '@/components/CarForm'; export default function NewCar() { return ( ); }