File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
- import { Card } from '../../ui/dashboard/cards' ;
2
1
import RevenueChart from '../../ui/dashboard/revenue-chart' ;
3
2
import LatestInvoices from '../../ui/dashboard/latest-invoices' ;
4
3
import { lusitana } from '../../ui/fonts' ;
5
4
import { Suspense } from 'react' ;
6
5
import CardWrapper from '../../ui/dashboard/cards' ;
7
6
import {
8
- InvoiceSkeleton ,
9
7
RevenueChartSkeleton ,
10
- CardSkeleton ,
11
8
InvoicesSkeleton ,
12
9
CardsSkeleton ,
13
10
} from '@/app/ui/skeletons' ;
Original file line number Diff line number Diff line change 1
1
import { generateYAxis } from '@/app/lib/utils' ;
2
2
import { CalendarIcon } from '@heroicons/react/24/outline' ;
3
3
import { lusitana } from '@/app/ui/fonts' ;
4
- import { Revenue } from '@/app/lib/definitions' ;
5
4
import { fetchRevenue } from '@/app/lib/data' ;
6
5
7
6
// This component is representational only.
You can’t perform that action at this time.
0 commit comments