Skip to content

Commit 9a881ea

Browse files
Remove unused imports and variables
1 parent aab85a0 commit 9a881ea

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/dashboard/(overview)/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import { Card } from '../../ui/dashboard/cards';
21
import RevenueChart from '../../ui/dashboard/revenue-chart';
32
import LatestInvoices from '../../ui/dashboard/latest-invoices';
43
import { lusitana } from '../../ui/fonts';
54
import { Suspense } from 'react';
65
import CardWrapper from '../../ui/dashboard/cards';
76
import {
8-
InvoiceSkeleton,
97
RevenueChartSkeleton,
10-
CardSkeleton,
118
InvoicesSkeleton,
129
CardsSkeleton,
1310
} from '@/app/ui/skeletons';

app/ui/dashboard/revenue-chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { generateYAxis } from '@/app/lib/utils';
22
import { CalendarIcon } from '@heroicons/react/24/outline';
33
import { lusitana } from '@/app/ui/fonts';
4-
import { Revenue } from '@/app/lib/definitions';
54
import { fetchRevenue } from '@/app/lib/data';
65

76
// This component is representational only.

0 commit comments

Comments
 (0)