import * as automationsSelectors from './automations-admin/selectors';

export const selectors = {
	...automationsSelectors,
};
