code quality
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user