From 8dc064340bd7ffb6cbd20861da795f64c6bb36c1 Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Wed, 10 Sep 2025 21:01:28 +0530 Subject: [PATCH] removed unused component --- src/components/Directory/ContactNotes.jsx | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/components/Directory/ContactNotes.jsx diff --git a/src/components/Directory/ContactNotes.jsx b/src/components/Directory/ContactNotes.jsx deleted file mode 100644 index 96890f63..00000000 --- a/src/components/Directory/ContactNotes.jsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react' -import { useContactNotes1 } from '../../hooks/useDirectory' - -const ContactNotes = ({contactId}) => { - - const {} = useContactNotes1(contactId) - return ( - - ) -} - -export default ContactNotes \ No newline at end of file