4 lines
200 B
JavaScript
Raw Normal View History

export { default as useFetchRole } from './useFetchRole';
export { default as useRolesList } from './useRolesList';
export { default as useFetchPermissionsLayout } from './useFetchPermissionsLayout';