Skip to content

Commit

Permalink
[sparkle] - refactor: remove Item component and related story
Browse files Browse the repository at this point in the history
 - Deleted Item.tsx as it's likely no longer used or replaced by another component
 - Removed Item from the main components export index, reflecting its deletion
 - Deleted Item.stories.tsx which contained stories for the removed Item component
  • Loading branch information
JulesBelveze committed Nov 13, 2024
1 parent f2fe5f8 commit f4a036e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 375 deletions.
291 changes: 0 additions & 291 deletions sparkle/src/components/Item.tsx

This file was deleted.

1 change: 0 additions & 1 deletion sparkle/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export { Icon } from "./Icon";
export { IconButton } from "./IconButton";
export { IconToggleButton } from "./IconToggleButton";
export { Input } from "./Input";
export { Item } from "./Item";
export { Label } from "./Label";
export type { LinkWrapperProps } from "./LinkWrapper";
export { LinkWrapper } from "./LinkWrapper";
Expand Down
83 changes: 0 additions & 83 deletions sparkle/src/stories/Item.stories.tsx

This file was deleted.

0 comments on commit f4a036e

Please sign in to comment.