superdesk/superdesk-client-core

View on GitHub
scripts/apps/contacts/directives/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export {ContactsSearchPanelDirective} from './ContactsSearchPanelDirective';
export {ContactsSearchResultsDirective} from './ContactsSearchResultsDirective';
export {ContactsSortBarDirective} from './ContactsSortBarDirective';
export {ContactList} from './ContactList';
export {ContactEditorDirective} from './ContactEditorDirective';