diff --git a/app/ui/customers/table.tsx b/app/ui/customers/table.tsx index eaabfd60..9ac24ac0 100644 --- a/app/ui/customers/table.tsx +++ b/app/ui/customers/table.tsx @@ -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,