index.js 104 Bytes RawBlameHistoryPermalink 1 2 3 4 5 import React from "react"; const Load=(props)=>{ return <div>loading...</div> } export default Load