removed unused component

This commit is contained in:
pramod mahajan 2025-09-10 21:01:28 +05:30
parent 285b853026
commit 8dc064340b

View File

@ -1,12 +0,0 @@
import React from 'react'
import { useContactNotes1 } from '../../hooks/useDirectory'
const ContactNotes = ({contactId}) => {
const {} = useContactNotes1(contactId)
return (
)
}
export default ContactNotes