Переглянути джерело

Fix useless constructor

master
BinHong Lee 6 роки тому
джерело
коміт
3b1038dbe9
1 змінених файлів з 0 додано та 4 видалено
  1. +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">


Завантаження…
Відмінити
Зберегти