|
@@ -1,6 +1,6 @@
|
|
|
import { PRE_GAME, PRE_ROUND, IN_ROUND, POST_ROUND, POST_GAME } from "./GameState";
|
|
|
import { createStore } from "../store";
|
|
|
-import { createGame, joinGame, sendGuess, getCurrentRound } from "./GGSHService";
|
|
|
+import { createGame, joinGame, sendGuess, getCurrentRound } from "./apiMethods";
|
|
|
|
|
|
export const [
|
|
|
{
|