diff --git a/frontend/src/ts/components/pages/leaderboard/Navigation.tsx b/frontend/src/ts/components/pages/leaderboard/Navigation.tsx
index 67b6bca974df..b698ce1d8d57 100644
--- a/frontend/src/ts/components/pages/leaderboard/Navigation.tsx
+++ b/frontend/src/ts/components/pages/leaderboard/Navigation.tsx
@@ -5,6 +5,8 @@ import { showSimpleModal } from "../../../states/simple-modal";
import { cn } from "../../../utils/cn";
import { Button } from "../../common/Button";
import { LoadingCircle } from "../../common/LoadingCircle";
+import { PageIndicator } from "./PageIndicator";
+
export function Navigation(props: {
lastPage: number;
userPage?: number;
@@ -26,6 +28,7 @@ export function Navigation(props: {
+