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