cspace-ui-plugin-profile-pahma
Version:
PAHMA profile plugin for the CollectionSpace UI
28 lines (26 loc) • 999 B
JavaScript
import SystematicInventory from './SystematicInventory';
import SystematicInventoryUI from './SystematicInventoryUI';
import ComponentCheck from './ComponentCheck';
import HsrPhaseOneInventory from './HsrPhaseOneInventory';
import govholdings from './govholdings';
import SystematicInventoryHSR from './SystematicInventoryHSR';
import pahmaUOCbyApprovalStatus from './pahmaUOCbyApprovalStatus';
import keyinfobyloc from './keyinfobyloc';
import pahmaUOCbyRequesterObject from './pahmaUOCbyRequesterObject';
import pahmaUoCbyTypeOfUse from './pahmaUoCbyTypeOfUse';
import pahmaUoCbyCollectionType from './pahmaUoCbyCollectionType';
import pahmaUoCbyStudentVisits from './pahmaUoCbyStudentVisits';
export default [
SystematicInventory,
SystematicInventoryUI,
ComponentCheck,
HsrPhaseOneInventory,
govholdings,
keyinfobyloc,
SystematicInventoryHSR,
pahmaUOCbyApprovalStatus,
pahmaUOCbyRequesterObject,
pahmaUoCbyTypeOfUse,
pahmaUoCbyCollectionType,
pahmaUoCbyStudentVisits,
];