This website works better with JavaScript
首頁
探索
說明
登入
Entony
/
F_A_8_Test_app
關註
3
讚好
1
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
3f3fa981c1
分支列表
標籤列表
Maxim
Sveta
dev
master
new_Maxim
new_Sveta
new_dev
F_A_8_Test_app
/
src
/
components
/
homePage
/
index.js
index.js
103 B
文件歷史
原始文件
1
2
3
4
5
import React from 'react';
export default props => (
<div>there should be a home component</div>
)