const Other = () => { return ( <div> <h1>Foo!</h1> <h2>bar!</h2> <div id="on-other"></div> </div> ) } export default Other