import React, { Component } from 'react';
function Loading(props) {
  return <div>loading....</div>;
}

export default Loading;