File tree 3 files changed +2
-6
lines changed
dashboard/starter-example/app/ui
3 files changed +2
-6
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 {
5
- CustomersTableType ,
6
- FormattedCustomersTable ,
7
- } from '@/app/lib/definitions' ;
4
+ import { FormattedCustomersTable } from '@/app/lib/definitions' ;
8
5
9
6
export default async function CustomersTable ( {
10
7
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
- import { LatestInvoice } from '@/app/lib/definitions' ;
5
+
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' ;
5
4
6
5
// This component is representational only.
7
6
// For data visualization UI, check out:
You can’t perform that action at this time.
0 commit comments