import React, { Component } from 'react'; function Loading(props) { return
loading....
; } export default Loading;