remove unused failing eslint (#894)

This commit is contained in:
Mahendri Dwicahyo
2025-01-16 02:40:12 +07:00
committed by GitHub
parent c5f12f9e3c
commit 29f96d1fc1
3 changed files with 2 additions and 6 deletions

View File

@@ -1,10 +1,7 @@
import Image from 'next/image';
import { lusitana } from '@/app/ui/fonts';
import Search from '@/app/ui/search';
import {
CustomersTableType,
FormattedCustomersTable,
} from '@/app/lib/definitions';
import { FormattedCustomersTable } from '@/app/lib/definitions';
export default async function CustomersTable({
customers,