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