Nik Atlas преди 6 години
родител
ревизия
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();
 	}