loading.jsx 128 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6
import React, { Component } from 'react';
function Loading(props) {
  return <div>loading....</div>;
}

export default Loading;