Skip to content

Commit 185c863

Browse files
committed
Fix build
1 parent 6e4bf52 commit 185c863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/game/gameManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import GAME_MANAGER from "./../index";
44
import messageListener from "./messageListener";
55
import CONFIG from "./../resources/config.json"
66
import React from "react";
7-
import { PhaseType, PhaseTimes, Verdict, Player, PlayerIndex } from "./gameState.d";
7+
import { PhaseType, PhaseTimes, Verdict, PlayerIndex } from "./gameState.d";
88
import { GameManager, Server, StateListener } from "./gameManager.d";
99
import { LobbyPreviewData, ToClientPacket, ToServerPacket } from "./packet";
1010
import { RoleOutline } from "./roleListState.d";

0 commit comments

Comments
 (0)