Refactor_Directory And Project Level Permsssion #404

Merged
pramod.mahajan merged 90 commits from Refactor_Directory into main 2025-09-17 10:24:46 +00:00
Showing only changes of commit 8dc064340b - Show all commits

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