diff --git a/app/ui/customers/table.tsx b/app/ui/customers/table.tsx index 9ac24ac0..0821ea23 100644 --- a/app/ui/customers/table.tsx +++ b/app/ui/customers/table.tsx @@ -1,12 +1,9 @@ import Image from 'next/image'; import { lusitana } from '@/app/ui/fonts'; import Search from '../search'; -import { - CustomersTable, - FormattedCustomersTable, -} from '@/app/lib/definitions'; +import { CustomersTable, FormattedCustomersTable } from '@/app/lib/definitions'; -export default async function CustomersTable({ +export default async function customersTable({ customers, }: { customers: FormattedCustomersTable[];