Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Sep 19, 2023
1 parent 6514544 commit 8d5c7f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion dashboard/15-final/app/ui/dashboard/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Card({
type,
}: {
title: string;
value: number | string | undefined;
value: number | string;
type: 'invoices' | 'customers' | 'pending' | 'collected';
}) {
const Icon = iconMap[type];
Expand Down
69 changes: 0 additions & 69 deletions dashboard/15-final/app/ui/dashboard/overview.tsx

This file was deleted.

0 comments on commit 8d5c7f5

Please sign in to comment.