File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
dashboard/starter-example/app/ui Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11import Image from 'next/image' ;
22import { lusitana } from '@/app/ui/fonts' ;
33import Search from '@/app/ui/search' ;
4- import { FormattedCustomersTable } from '@/app/lib/definitions' ;
4+ import {
5+ CustomersTableType ,
6+ FormattedCustomersTable ,
7+ } from '@/app/lib/definitions' ;
58
69export default async function CustomersTable ( {
710 customers,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { ArrowPathIcon } from '@heroicons/react/24/outline';
22import clsx from 'clsx' ;
33import Image from 'next/image' ;
44import { lusitana } from '@/app/ui/fonts' ;
5-
5+ import { LatestInvoice } from '@/app/lib/definitions' ;
66export default async function LatestInvoices ( {
77 latestInvoices,
88} : {
Original file line number Diff line number Diff line change 11import { generateYAxis } from '@/app/lib/utils' ;
22import { CalendarIcon } from '@heroicons/react/24/outline' ;
33import { lusitana } from '@/app/ui/fonts' ;
4+ import { Revenue } from '@/app/lib/definitions' ;
45
56// This component is representational only.
67// For data visualization UI, check out:
You can’t perform that action at this time.
0 commit comments