diff --git a/packages/components/rating/src/Rating.stories.tsx b/packages/components/rating/src/Rating.stories.tsx index 8ce1d79c67..41f1cdec84 100644 --- a/packages/components/rating/src/Rating.stories.tsx +++ b/packages/components/rating/src/Rating.stories.tsx @@ -3,7 +3,7 @@ import { Meta, StoryFn } from '@storybook/react' import { Rating } from '.' const meta: Meta = { - title: 'Components/Rating', + title: 'Experimental/Rating', component: Rating, }