This commit is contained in:
2026-05-11 18:41:21 +03:00
parent 9c8b4148bb
commit d2d22799b6
+1 -2
View File
@@ -2,7 +2,6 @@ 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 { 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,
}: { }: {
@@ -13,7 +12,7 @@ export default async function customersTable({
<h1 className={`${lusitana.className} mb-8 text-xl md:text-2xl`}> <h1 className={`${lusitana.className} mb-8 text-xl md:text-2xl`}>
Customers Customers
</h1> </h1>
<Search placeholder="Search customers..." /> <Search {...Search} />
<div className="mt-6 flow-root"> <div className="mt-6 flow-root">
<div className="overflow-x-auto"> <div className="overflow-x-auto">
<div className="inline-block min-w-full align-middle"> <div className="inline-block min-w-full align-middle">