diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 201d9b5d..c8ce21d0 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -1,7 +1,10 @@ +import { useState, useEffect } from "react"; import Layout from "@/components/Layout"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Badge } from "@/components/ui/badge"; +import LoadingScreen from "@/components/LoadingScreen"; +import { SkeletonStats, SkeletonUserPath } from "@/components/Skeleton"; import { Link } from "react-router-dom"; import { GamepadIcon,