Skip to content

Commit

Permalink
chore(storybook): update import, storybook titles (#10887)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Mar 1, 2022
1 parent efe92f5 commit bb1f506
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/carbon-react/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { configureActions } from '@storybook/addon-actions';
import { white, g10, g90, g100 } from '@carbon/themes';
import React from 'react';
import { breakpoints } from '@carbon/layout';
import { unstable_ThemeContext as ThemeContext } from '../src';
import { ThemeContext } from '../src';
import { addParameters } from '@storybook/react';

export const globalTypes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import React from 'react';
import { IconButton } from '../';

export default {
title: 'IconButton',
title: 'Components/IconButton',
component: IconButton,
parameters: {
controls: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Popover, PopoverContent } from '../../Popover';
import mdx from './Popover.mdx';

export default {
title: 'Popover',
title: 'Components/Popover',
component: Popover,
subcomponents: {
PopoverContent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import React, { useState, useEffect } from 'react';
import ProgressBar from '../';

export default {
title: 'ProgressBar',
title: 'Components/ProgressBar',
component: ProgressBar,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Tooltip } from '../next';
import { DefinitionTooltip } from './DefinitionTooltip.js';

export default {
title: 'Tooltip',
title: 'Components/Tooltip',
component: Tooltip,
parameters: {
controls: {
Expand Down

0 comments on commit bb1f506

Please sign in to comment.