1 2 3 4 5 6 7 8 9
function IndexElement() { return ( <div> <h1> Index element </h1> </div> ); } export default IndexElement;