// Import components
import CheckInUi from './CheckInUI';

// Import prop types
import CheckInUIProps from './types/CheckInUIProps';

export {
  CheckInUi,
  CheckInUIProps,
};
