diff --git a/client/src/components/game.component.jsx b/client/src/components/game.component.jsx
index fe110229..a7f60dcf 100644
--- a/client/src/components/game.component.jsx
+++ b/client/src/components/game.component.jsx
@@ -1,18 +1,14 @@
const preact = require('preact');
-const { STATS, eventClasses, getCombatText, constructAvatar } = require('../utils');
// const { animationDivs } = require('../animations');
const GameConstruct = require('./game.construct');
-const shapes = require('./shapes');
function GamePanel(props) {
const {
game,
account,
resolution,
- activeSkill,
setActiveSkill,
setActiveConstruct,
- selectSkillTarget,
sendInstanceState,
sendGameReady,
showLog,
@@ -109,8 +105,8 @@ function GamePanel(props) {
);
function PlayerTeam(team) {
- const constructs = team.constructs.map((c, i) =>