This commit is contained in:
2026-04-29 11:35:45 +03:00
parent 9d43c1068c
commit f9c509e62a
+4 -1
View File
@@ -1,7 +1,10 @@
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({
customers,