github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyftBlockExplorerUI/src/components/home/home.js (about)

     1  import React from "react";
     2  
     3  const home = props => {
     4      return (
     5          <div></div>
     6      );
     7  };
     8  
     9  export default home;