Skip to content

Commit

Permalink
Fix broken merge result
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 4, 2024
1 parent fe8662f commit e59251e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/mui-base/src/Slider/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<<<<<<< HEAD
export { Slider } from './Slider';
export * from './Slider.types';
export * from './sliderClasses';
=======
export { SliderRoot as Root } from './Root/SliderRoot';
export type {
SliderRootOwnerState as SliderOwnerState,
Expand Down Expand Up @@ -52,4 +47,3 @@ export type {
UseSliderIndicatorReturnValue,
} from './Indicator/SliderIndicator.types';
export { useSliderIndicator } from './Indicator/useSliderIndicator';
>>>>>>> upstream/master

0 comments on commit e59251e

Please sign in to comment.