Skip to content

Commit

Permalink
[sparkle] - refactor: remove ElementDialog component and its story
Browse files Browse the repository at this point in the history
 - Deleted the ElementDialog component as it is no longer in use
 - Removed the ElementDialog story from Storybook to reflect changes in components
 - Updated components index to exclude ElementDialog from exports
  • Loading branch information
JulesBelveze committed Jan 22, 2025
1 parent 98e60bb commit e4d9f35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
41 changes: 0 additions & 41 deletions sparkle/src/components/ElementDialog.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 @@ -71,7 +71,6 @@ export {
DropdownMenuTrigger,
} from "./Dropdown";
export { default as DropzoneOverlay } from "./DropzoneOverlay";
export { ElementDialog } from "./ElementDialog";
export { ElementModal } from "./ElementModal";
export type { EmojiMartData } from "./EmojiPicker";
export { DataEmojiMart, EmojiPicker } from "./EmojiPicker";
Expand Down
57 changes: 0 additions & 57 deletions sparkle/src/stories/ElementDialog.stories.tsx

This file was deleted.

0 comments on commit e4d9f35

Please sign in to comment.