diff --git a/components/carnet/contacts-view.tsx b/components/carnet/contacts-view.tsx index d1ef2c9e..d261bf60 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 } from 'lucide-react'; +import { Search, User, Mail, Phone, Building, MapPin, ChevronRight, Plus } from 'lucide-react'; interface Contact { id: string; @@ -40,8 +40,27 @@ export const ContactsView: React.FC = ({ return (
- {/* Search Bar */} + {/* Header with Add Contact Button */}
+
+

Contacts

+ +
+ {/* Search Bar */}