This website works better with JavaScript.
首頁
探索
說明
登入
binhong
/
breakups-webapp
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix useless constructor
master
BinHong Lee
7 年之前
父節點
e620291d9c
當前提交
3b1038dbe9
共有
1 個文件被更改
,包括
0 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/Components/People.js
+ 0
- 4
src/Components/People.js
查看文件
@@ -1,10 +1,6 @@
import React, { Component } from 'react';
class People extends Component {
constructor() {
super();
}
render() {
return (
<div className="People">
Write
Preview
Loading…
取消
儲存