diff --git a/examples/react/stories/EnvironmentVariables.stories.jsx b/examples/react/stories/EnvironmentVariables.stories.jsx index d9544b7b..1742d860 100644 --- a/examples/react/stories/EnvironmentVariables.stories.jsx +++ b/examples/react/stories/EnvironmentVariables.stories.jsx @@ -1,7 +1,6 @@ import { EnvironmentVariables } from './EnvironmentVariables'; export default { - title: 'Environment Variables', component: EnvironmentVariables, }; diff --git a/examples/react/stories/Header.stories.jsx b/examples/react/stories/Header.stories.jsx index 5d776c95..00110198 100644 --- a/examples/react/stories/Header.stories.jsx +++ b/examples/react/stories/Header.stories.jsx @@ -1,7 +1,6 @@ import { Header } from './Header'; export default { - title: 'Example/Header', component: Header, }; diff --git a/examples/react/stories/Page.stories.jsx b/examples/react/stories/Page.stories.jsx index 15e09a5f..11f89b9a 100644 --- a/examples/react/stories/Page.stories.jsx +++ b/examples/react/stories/Page.stories.jsx @@ -2,7 +2,6 @@ import { Page } from './Page'; import * as HeaderStories from './Header.stories'; export default { - title: 'Example/Page', component: Page, }; diff --git a/examples/workspaces/packages/app/stories/Button.stories.jsx b/examples/workspaces/packages/app/stories/Button.stories.jsx index 46b1e6d1..dbf6e9fb 100644 --- a/examples/workspaces/packages/app/stories/Button.stories.jsx +++ b/examples/workspaces/packages/app/stories/Button.stories.jsx @@ -1,7 +1,6 @@ import { Button } from './Button'; export default { - title: 'Example/Button', component: Button, argTypes: { backgroundColor: { control: 'color' },