import bootstrap from './bootstrap';
import services from './services';

export default {
  bootstrap,
  services,
};
