Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Mar 23, 2024
1 parent 964dcc9 commit 7dd4cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/data/buckets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ export const buckets: Bucket[] = [
href: bucket.link,
icon: bucket.icon
};
});
});
1 change: 0 additions & 1 deletion components/docs/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Link from 'next/link';

import type { IconType } from '@/types/components/IconType';
import { HeadingLevel, HeadingTypeStyle } from '@/types/typography/Heading';
import { ParagraphTypeStyle } from '@/types/typography/Paragraph';

Expand Down

0 comments on commit 7dd4cd5

Please sign in to comment.