diff --git a/client/src/components/game.component.jsx b/client/src/components/game.component.jsx
index e29837f3..0b613f02 100644
--- a/client/src/components/game.component.jsx
+++ b/client/src/components/game.component.jsx
@@ -2,17 +2,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 +106,8 @@ function GamePanel(props) {
);
function PlayerTeam(team) {
- const constructs = team.constructs.map((c, i) =>