Nik Atlas 6 tahun lalu
induk
melakukan
2e41ff069d
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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();
 	}