Skip to content

Commit

Permalink
Remove a few more unnecessary import rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Dec 10, 2024
1 parent d5737bc commit 497deed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,7 @@ const runImportIcons = async (args: ScriptArgs) => {
.toLowerCase();

const skippedIcons: Array<string> = [
'apache', // Skip other company/project icons
'ai-guardrails', // Same as "send"?
'complete', // Same as "success"?
'table-settings', // Same as "edit-params"?
'cross-large',
'cross-small',
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type PlaceholderEmptyProps = React.PropsWithChildren<ComponentProps<'div'
/** A size of this component. Defaults to "large". */
size?: undefined | PlaceholderEmptySize,

/** An icon type of this component. Defaults to "graph". */
/** The icon to show in the placeholder. */
icon?: undefined | IconName,

/** A custom icon of this component. */
Expand Down

0 comments on commit 497deed

Please sign in to comment.