From f9c509e62a839c9790ce1e6ae8ca79ac9490881e Mon Sep 17 00:00:00 2001 From: Teoto Date: Wed, 29 Apr 2026 11:35:45 +0300 Subject: [PATCH] Le2 --- app/ui/customers/table.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,