export default function EditVehiclePage({ params, }: { params: { id: string }; }) { return (
Vehicle ID: {params.id}