Enhance homepage with animations and hover effects
cgen-0b6f0eac92124db5896fd48b03066c2f
This commit is contained in:
parent
fc4d7f6586
commit
a4f0eb57bf
1 changed files with 3 additions and 0 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
|
import { useState, useEffect } from "react";
|
||||||
import Layout from "@/components/Layout";
|
import Layout from "@/components/Layout";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||||
import { Badge } from "@/components/ui/badge";
|
import { Badge } from "@/components/ui/badge";
|
||||||
|
import LoadingScreen from "@/components/LoadingScreen";
|
||||||
|
import { SkeletonStats, SkeletonUserPath } from "@/components/Skeleton";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import {
|
import {
|
||||||
GamepadIcon,
|
GamepadIcon,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue