Skip to content

Commit

Permalink
fix(scripts): de-dupe selectors in component-index
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Nov 28, 2024
1 parent a59b1fe commit a6cd320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/extract-selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ export function extractSelectors(props: ExtractSelectorsProps) {
}
});

return classes;
return [...new Set(classes)];
}
Loading

0 comments on commit a6cd320

Please sign in to comment.