code quality

This commit is contained in:
2026-01-26 17:56:11 +01:00
parent 3a4f460a7d
commit f2bd80ccd3
81 changed files with 301 additions and 311 deletions

View File

@@ -1,4 +1,4 @@
'use client';
import { BillingSummaryPanel } from '@/components/sponsors/BillingSummaryPanel';
import { MetricCard } from '@/components/sponsors/MetricCard';
@@ -13,26 +13,26 @@ import { Box } from '@/ui/Box';
import { Button } from '@/ui/Button';
import { Card } from '@/ui/Card';
import { Container } from '@/ui/Container';
import { Grid } from '@/ui/Grid';
import { Heading } from '@/ui/Heading';
import { Icon } from '@/ui/Icon';
import { Link } from '@/ui/Link';
import { Grid } from '@/ui/Grid';
import { Stack } from '@/ui/Stack';
import { Text } from '@/ui/Text';
import {
Bell,
Car,
ChevronRight,
Clock,
DollarSign,
Eye,
Flag,
LucideIcon,
Megaphone,
Plus,
TrendingUp,
Trophy,
Users
Bell,
Car,
ChevronRight,
Clock,
DollarSign,
Eye,
Flag,
LucideIcon,
Megaphone,
Plus,
TrendingUp,
Trophy,
Users
} from 'lucide-react';
interface SponsorDashboardTemplateProps {