Nik Atlas 6 лет назад
Родитель
Сommit
2e41ff069d
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      src/components/Game.jsx

+ 0 - 3
src/components/Game.jsx

@@ -4,9 +4,6 @@ import './Game.css'
 import GameLayer from '../Game/index.js'
 
 class Game extends Component {
-	constructor(props) {
-		super(props);
-	}
 	componentDidMount() {
        GameLayer.init();
 	}