Le3
This commit is contained in:
@@ -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[];
|
||||||
|
|||||||
Reference in New Issue
Block a user