diff --git a/components/carnet/contacts-view.tsx b/components/carnet/contacts-view.tsx index d261bf60..0e9b5481 100644 --- a/components/carnet/contacts-view.tsx +++ b/components/carnet/contacts-view.tsx @@ -1,7 +1,7 @@ "use client"; import React, { useState } from 'react'; -import { Search, User, Mail, Phone, Building, MapPin, ChevronRight, Plus } from 'lucide-react'; +import { Search, User, Mail, Phone, Building, MapPin, ChevronRight, Plus, Users } from 'lucide-react'; interface Contact { id: string; @@ -43,7 +43,10 @@ export const ContactsView: React.FC = ({ {/* Header with Add Contact Button */}
-

Contacts

+
+ +

Contacts

+