Skip to content

Commit

Permalink
Revert "remove unused failing eslint (#894)"
Browse files Browse the repository at this point in the history
This reverts commit 29f96d1.
  • Loading branch information
leerob authored Jan 19, 2025
1 parent f83f04c commit e7dd7e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dashboard/starter-example/app/ui/customers/table.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import Image from 'next/image';
import { lusitana } from '@/app/ui/fonts';
import Search from '@/app/ui/search';
import { FormattedCustomersTable } from '@/app/lib/definitions';
import {
CustomersTableType,
FormattedCustomersTable,
} from '@/app/lib/definitions';

export default async function CustomersTable({
customers,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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:
Expand Down

0 comments on commit e7dd7e1

Please # to comment.