website refactor
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react';
|
||||
import { ArrowLeft } from 'lucide-react';
|
||||
import { Container } from '@/ui/Container';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { Button } from '@/ui/Button';
|
||||
import { Breadcrumbs } from '@/ui/Breadcrumbs';
|
||||
import { LoadingSpinner } from '@/ui/LoadingSpinner';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { AchievementGrid } from '@/components/achievements/AchievementGrid';
|
||||
import { RatingBreakdown } from '@/components/drivers/RatingBreakdown';
|
||||
import { FriendsPreview } from '@/components/social/FriendsPreview';
|
||||
import { TeamMembershipGrid } from '@/components/teams/TeamMembershipGrid';
|
||||
import { RatingBreakdown } from '@/components/drivers/RatingBreakdown';
|
||||
import { Breadcrumbs } from '@/ui/Breadcrumbs';
|
||||
import { Button } from '@/ui/Button';
|
||||
import { Container } from '@/ui/Container';
|
||||
import { LoadingSpinner } from '@/ui/LoadingSpinner';
|
||||
import { Box } from '@/ui/primitives/Box';
|
||||
import { Stack } from '@/ui/primitives/Stack';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { ArrowLeft } from 'lucide-react';
|
||||
import React from 'react';
|
||||
|
||||
import { DriverProfileHeader } from '@/components/drivers/DriverProfileHeader';
|
||||
import { DriverStatsPanel } from '@/components/drivers/DriverStatsPanel';
|
||||
import { DriverProfileTabs, type ProfileTab } from '@/components/drivers/DriverProfileTabs';
|
||||
import { DriverPerformanceOverview } from '@/components/drivers/DriverPerformanceOverview';
|
||||
import { DriverRacingProfile } from '@/components/drivers/DriverRacingProfile';
|
||||
import { CareerStats } from '@/components/drivers/CareerStats';
|
||||
import { DriverPerformanceOverview } from '@/components/drivers/DriverPerformanceOverview';
|
||||
import { DriverProfileHeader } from '@/components/drivers/DriverProfileHeader';
|
||||
import { DriverProfileTabs, type ProfileTab } from '@/components/drivers/DriverProfileTabs';
|
||||
import { DriverRacingProfile } from '@/components/drivers/DriverRacingProfile';
|
||||
import { DriverStatsPanel } from '@/components/drivers/DriverStatsPanel';
|
||||
|
||||
import type { DriverProfileViewData } from '@/lib/types/view-data/DriverProfileViewData';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user