|
@@ -3,7 +3,7 @@ import { sendGuess } from "../../../domain/GGSHService";
|
|
|
import Loading from '../../util/Loading';
|
|
|
import GuessPane from "./GuessPane";
|
|
|
import PositionedStreetView from "./PositionedStreetView";
|
|
|
-import useRoundInfo from "../../../hooks/useRoundInfo";
|
|
|
+import useRoundInfo from "./useRoundInfo";
|
|
|
|
|
|
const GamePanelContainer = ({ gameId, playerName, onRoundEnd, onGameEnd }) => {
|
|
|
const [submitDisabled, setSubmitDisabled] = useState(false);
|