This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
breakups-webapp
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix useless constructor
master
BinHong Lee
7 years ago
parent
e620291d9c
commit
3b1038dbe9
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/Components/People.js
+ 0
- 4
src/Components/People.js
View File
@@ -1,10 +1,6 @@
import React, { Component } from 'react';
class People extends Component {
constructor() {
super();
}
render() {
return (
<div className="People">
Write
Preview
Loading…
Cancel
Save