diff options
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/components/LoadingDisplay.tsx (renamed from frontend/src/components/displays/LoadingDisplay.tsx) | 0 | ||||
| -rw-r--r-- | frontend/src/pages/AllScores.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Chart.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Home.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Import.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Profile.tsx | 2 | ||||
| -rw-r--r-- | frontend/src/pages/Score.tsx | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/frontend/src/components/displays/LoadingDisplay.tsx b/frontend/src/components/LoadingDisplay.tsx index ea6de54..ea6de54 100644 --- a/frontend/src/components/displays/LoadingDisplay.tsx +++ b/frontend/src/components/LoadingDisplay.tsx diff --git a/frontend/src/pages/AllScores.tsx b/frontend/src/pages/AllScores.tsx index c967ff0..a831891 100644 --- a/frontend/src/pages/AllScores.tsx +++ b/frontend/src/pages/AllScores.tsx @@ -1,5 +1,5 @@ import { useEffect, useState, useCallback } from "react"; -import LoadingDisplay from "../components/displays/LoadingDisplay"; +import LoadingDisplay from "../components/LoadingDisplay"; import { useAuth } from "../contexts/AuthContext"; import { useNavigate } from "react-router"; import { NavBar } from "../components/NavBar"; diff --git a/frontend/src/pages/Chart.tsx b/frontend/src/pages/Chart.tsx index a84ae74..7b486d6 100644 --- a/frontend/src/pages/Chart.tsx +++ b/frontend/src/pages/Chart.tsx @@ -1,5 +1,5 @@ import { useEffect, useState, useCallback } from "react"; -import LoadingDisplay from "../components/displays/LoadingDisplay"; +import LoadingDisplay from "../components/LoadingDisplay"; import { useAuth } from "../contexts/AuthContext"; import { useNavigate } from "react-router"; import { NavBar } from "../components/NavBar"; diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 3fcb5cc..0f4dff9 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -1,5 +1,5 @@ import { useNavigate } from "react-router"; -import LoadingDisplay from "../components/displays/LoadingDisplay"; +import LoadingDisplay from "../components/LoadingDisplay"; import { NavBar } from "../components/NavBar"; import { useAuth } from "../contexts/AuthContext"; import type { SupportedGame } from "../types/game"; diff --git a/frontend/src/pages/Import.tsx b/frontend/src/pages/Import.tsx index 4061613..5b48c5d 100644 --- a/frontend/src/pages/Import.tsx +++ b/frontend/src/pages/Import.tsx @@ -1,6 +1,6 @@ import { useState, useEffect, Suspense, lazy } from "react"; import { useNavigate } from "react-router"; -import LoadingDisplay from "../components/displays/LoadingDisplay"; +import LoadingDisplay from "../components/LoadingDisplay"; import { useAuth } from "../contexts/AuthContext"; import SessionExpiredPopup from "../components/SessionExpiredPopup"; import type { SupportedGame } from "../types/game"; diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 03fef48..184681d 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -1,5 +1,5 @@ import { useNavigate } from 'react-router'; -import LoadingDisplay from "../components/displays/LoadingDisplay"; +import LoadingDisplay from "../components/LoadingDisplay"; import SessionExpiredPopup from "../components/SessionExpiredPopup"; import { NavBar } from '../components/NavBar'; import { useAuth } from "../contexts/AuthContext"; diff --git a/frontend/src/pages/Score.tsx b/frontend/src/pages/Score.tsx index e7140ab..cf2b09c 100644 --- a/frontend/src/pages/Score.tsx +++ b/frontend/src/pages/Score.tsx @@ -1,5 +1,5 @@ import { useEffect, useState, useCallback } from "react"; -import LoadingDisplay from "../components/displays/LoadingDisplay"; +import LoadingDisplay from "../components/LoadingDisplay"; import { useAuth } from "../contexts/AuthContext"; import { useNavigate } from "react-router"; import { NavBar } from "../components/NavBar"; |
