Skip to content

Commit

Permalink
chore(storybook): fix storybook prop table issues (#10656)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Feb 8, 2022
1 parent 7c32591 commit aa63479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
StructuredListRow,
StructuredListInput,
StructuredListCell,
} from '../StructuredList';
} from './StructuredList';
import StructuredListSkeleton from '../StructuredList/StructuredList.Skeleton';
import { settings } from 'carbon-components';
import mdx from './StructuredList.mdx';
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Toggle/Toggle-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import React from 'react';
import { action } from '@storybook/addon-actions';
import { withKnobs, text, boolean, select } from '@storybook/addon-knobs';
import Toggle from '../Toggle';
import Toggle from './Toggle';
import ToggleSkeleton from '../Toggle/Toggle.Skeleton';
import { Text } from '../Text';

Expand Down

0 comments on commit aa63479

Please sign in to comment.