import Origin from './origin';
import Chronology from './chronology';

export default {
  Origin,
  Chronology
};
