React. class App extends Component { render() { return ( <h1>Minha aplicação React.</h1> ) } } export default App.
確定! 回上一頁