src/constants/index.js
export { default as config } from './config';
export { default as googlemapStyle } from './googlemap-style.json';
export { default as prefixePhone } from './prefixePhone';
export { default as exchanges } from './exchanges';
export * from './notifications';
