view data fixes
This commit is contained in:
@@ -15,16 +15,16 @@ import { InfoBanner } from '@/ui/InfoBanner';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Text } from '@/ui/Text';
|
||||
import {
|
||||
Building2,
|
||||
CreditCard,
|
||||
Download,
|
||||
ExternalLink,
|
||||
LucideIcon,
|
||||
Percent,
|
||||
Receipt
|
||||
Building2,
|
||||
CreditCard,
|
||||
Download,
|
||||
ExternalLink,
|
||||
LucideIcon,
|
||||
Percent,
|
||||
Receipt
|
||||
} from 'lucide-react';
|
||||
|
||||
export interface SponsorBillingViewData {
|
||||
export interface SponsorBillingViewData extends ViewData {
|
||||
stats: {
|
||||
totalSpent: number;
|
||||
pendingAmount: number;
|
||||
|
||||
Reference in New Issue
Block a user