website cleanup
This commit is contained in:
@@ -45,11 +45,6 @@ import { DriverProfileViewModel } from '@/lib/view-models/DriverProfileViewModel
|
||||
|
||||
type ProfileTab = 'overview' | 'stats';
|
||||
|
||||
interface TeamLeagueSummary {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface Team {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
@@ -1,27 +1,20 @@
|
||||
'use client';
|
||||
|
||||
import { useEffect, useState } from 'react';
|
||||
import { useState } from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import {
|
||||
Trophy,
|
||||
Medal,
|
||||
Crown,
|
||||
Star,
|
||||
TrendingUp,
|
||||
Shield,
|
||||
Search,
|
||||
Plus,
|
||||
Sparkles,
|
||||
Users,
|
||||
Target,
|
||||
Zap,
|
||||
Award,
|
||||
ChevronRight,
|
||||
Flame,
|
||||
Flag,
|
||||
Activity,
|
||||
BarChart3,
|
||||
UserPlus,
|
||||
} from 'lucide-react';
|
||||
import Button from '@/components/ui/Button';
|
||||
import Input from '@/components/ui/Input';
|
||||
@@ -31,7 +24,6 @@ import { useDriverLeaderboard } from '@/hooks/useDriverService';
|
||||
import Image from 'next/image';
|
||||
|
||||
import type { DriverLeaderboardItemViewModel } from '@/lib/view-models/DriverLeaderboardItemViewModel';
|
||||
import type { DriverLeaderboardViewModel } from '@/lib/view-models/DriverLeaderboardViewModel';
|
||||
|
||||
// ============================================================================
|
||||
// DEMO DATA
|
||||
|
||||
Reference in New Issue
Block a user