We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa781d commit 6b36f23Copy full SHA for 6b36f23
packages/core/src/components/index.js
@@ -239,3 +239,4 @@ export Carousel from './Carousel/Carousel';
239
export MobileCarousel from './MobileCarousel/MobileCarousel';
240
export ScreenWidth from './ScreenWidth/ScreenWidth';
241
export IconLink from './IconLink/IconLink';
242
+export RemoveOrphans from './RemoveOrphans/RemoveOrphans';
packages/core/src/index.js
@@ -102,7 +102,8 @@ export {
102
CollapsibleProgressSteps,
103
WindowDimensionsProvider,
104
ScreenWidth,
105
- IconLink
+ IconLink,
106
+ RemoveOrphans
107
} from './components/index.js';
108
109
export Colors from './globals/colors.css';
0 commit comments