But export default does? ... const React = require('react'); function App() { return <h1>Hello</h1>; } module.exports = App;. index.js
確定! 回上一頁