|
@@ -1,6 +1,6 @@
|
|
import React, { useState, useEffect } from 'react';
|
|
import React, { useState, useEffect } from 'react';
|
|
import { gameInfo } from '../../services/ggsh.service';
|
|
import { gameInfo } from '../../services/ggsh.service';
|
|
-import Loading from '../loading.component';
|
|
|
|
|
|
+import Loading from '../util/loading.component';
|
|
import PlayerScores from "./player-score-list.component";
|
|
import PlayerScores from "./player-score-list.component";
|
|
|
|
|
|
const PlayerScoresContainer = ({ gameId, onReturnToStart }) => {
|
|
const PlayerScoresContainer = ({ gameId, onReturnToStart }) => {
|