leilo4
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user