const MyFunction2 = () => { return ( <div className="App"> <p>my function2</p> </div> ) ; } export default MyFunction2 ;. How to import
確定! 回上一頁