Nik Atlas %!s(int64=6) %!d(string=hai) anos
pai
achega
2e41ff069d
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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();
 	}