Skip to content

Commit

Permalink
Fixed bad rebase (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed May 15, 2024
1 parent 55e9a71 commit 3b8c3bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/spectrum/buttons.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export {
ActionButton,
type SpectrumActionButtonProps as ActionButtonProps,
ActionGroup,
type SpectrumActionGroupProps as ActionGroupProps,
// Button - we want to use our own `Button` component instead of Spectrum's
// ButtonGroup - will re-export once our `Button` is compatible
// FileTrigger - we aren't planning to support this component
Expand Down
2 changes: 0 additions & 2 deletions packages/components/src/spectrum/collections.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export {
ActionBar,
type SpectrumActionBarProps as ActionBarProps,
ActionMenu,
type SpectrumActionMenuProps as ActionMenuProps,
// ListBox - we aren't planning to support this component
MenuTrigger,
type SpectrumMenuTriggerProps as MenuTriggerProps,
Expand Down

0 comments on commit 3b8c3bc

Please sign in to comment.