This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
lovecoding
/
VIP20
ウォッチ
6
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
7816832e5f
ブランチ
タグ
master
VIP20
/
15_React
/
day-5
/
code
/
learn-react-router
/
src
/
App.js
App.js
119 B
履歴
Raw
1
2
3
4
5
6
7
8
9
function App() {
return (
<div className="App">
<h1>App 主页</h1>
</div>
);
}
export default App;