From be0853b867359fbd7b74e40255bc7eaac48b29be Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 20 Apr 2025 22:35:35 +0200 Subject: [PATCH] carnet panel contact --- components/carnet/contacts-view.tsx | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) 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 */}