This commit is contained in:
2026-04-29 11:55:34 +03:00
parent f9c509e62a
commit cde1785fc5
+2 -5
View File
@@ -1,12 +1,9 @@
import Image from 'next/image'; import Image from 'next/image';
import { lusitana } from '@/app/ui/fonts'; import { lusitana } from '@/app/ui/fonts';
import Search from '../search'; import Search from '../search';
import { import { CustomersTable, FormattedCustomersTable } from '@/app/lib/definitions';
CustomersTable,
FormattedCustomersTable,
} from '@/app/lib/definitions';
export default async function CustomersTable({ export default async function customersTable({
customers, customers,
}: { }: {
customers: FormattedCustomersTable[]; customers: FormattedCustomersTable[];