import React from 'react';
import './App.css';
function App() {
return (
<div>
hello world!
</div>
);
}
export default App;
都可以,可以写成函数,也可以写成类