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,

View File

@@ -2,7 +2,7 @@ import { ArrowPathIcon } from '@heroicons/react/24/outline';
import clsx from 'clsx';
import Image from 'next/image';
import { lusitana } from '@/app/ui/fonts';
import { LatestInvoice } from '@/app/lib/definitions';
export default async function LatestInvoices({
latestInvoices,
}: {

View File

@@ -1,7 +1,6 @@
import { generateYAxis } from '@/app/lib/utils';
import { CalendarIcon } from '@heroicons/react/24/outline';
import { lusitana } from '@/app/ui/fonts';
import { Revenue } from '@/app/lib/definitions';
// This component is representational only.
// For data visualization UI, check out: