|
@@ -1,6 +1,6 @@
|
|
import React, { useState } from "react";
|
|
import React, { useState } from "react";
|
|
-import Loading from "./loading.component";
|
|
|
|
-import { createGame, joinGame } from "../services/ggsh.service";
|
|
|
|
|
|
+import Loading from "../loading.component";
|
|
|
|
+import { createGame, joinGame } from "../../services/ggsh.service";
|
|
|
|
|
|
// TODO set round timer for new game
|
|
// TODO set round timer for new game
|
|
|
|
|