From cde1785fc5a186bb8b1dc8cc1057c30e1bbadc10 Mon Sep 17 00:00:00 2001 From: Teoto Date: Wed, 29 Apr 2026 11:55:34 +0300 Subject: [PATCH] Le3 --- app/ui/customers/table.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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[];