|
@@ -1,8 +1,8 @@
|
|
import React, { useState } from "react";
|
|
import React, { useState } from "react";
|
|
-import Loading from "../util/loading.component";
|
|
|
|
|
|
+import Loading from "../../util/loading.component";
|
|
import PlayerNameInput from "./player-name-input.component";
|
|
import PlayerNameInput from "./player-name-input.component";
|
|
import JoinGameInput from "./join-game-input.component";
|
|
import JoinGameInput from "./join-game-input.component";
|
|
-import { createGame, joinGame } from "../../services/ggsh.service";
|
|
|
|
|
|
+import { createGame, joinGame } from "../../../services/ggsh.service";
|
|
|
|
|
|
// TODO set round timer for new game
|
|
// TODO set round timer for new game
|
|
|
|
|