File tree 3 files changed +6
-2
lines changed
dashboard/starter-example/app/ui
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
import Image from 'next/image' ;
2
2
import { lusitana } from '@/app/ui/fonts' ;
3
3
import Search from '@/app/ui/search' ;
4
- import { FormattedCustomersTable } from '@/app/lib/definitions' ;
4
+ import {
5
+ CustomersTableType ,
6
+ FormattedCustomersTable ,
7
+ } from '@/app/lib/definitions' ;
5
8
6
9
export default async function CustomersTable ( {
7
10
customers,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { ArrowPathIcon } from '@heroicons/react/24/outline';
2
2
import clsx from 'clsx' ;
3
3
import Image from 'next/image' ;
4
4
import { lusitana } from '@/app/ui/fonts' ;
5
-
5
+ import { LatestInvoice } from '@/app/lib/definitions' ;
6
6
export default async function LatestInvoices ( {
7
7
latestInvoices,
8
8
} : {
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' ;
4
5
5
6
// This component is representational only.
6
7
// For data visualization UI, check out:
You can’t perform that action at this time.
0 commit comments