import { Constants } from './constants';
import { Defaults } from './defaults';
import { Services } from './services';
import { Utils } from './utils';

export const Common = {
  Constants,
  Defaults,
  Services,
  Utils
};
