Nik Atlas hace 6 años
padre
commit
2e41ff069d
Se han modificado 1 ficheros con 0 adiciones y 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();
 	}