Skip to content

Commit

Permalink
- fixed path url issue in usage.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejLust committed Aug 25, 2023
1 parent 6c14e94 commit d225ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/components/progress-bar/Usage.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Meta } from '@storybook/blocks';
import * as ProgressBarStories from './progress-bar.stories';
import ProgressBarSize4px from '../../../public-storybook/images/progressbar-4px.png';
import ProgressBarSize20px from '../../../public-storybook/images/progressbar-20px.png';
import ProgressBarAnatomy from '../../../public-storybook/images/progressbar-anatomy.png';
import ProgressBarSize4px from '../../../public-storybook/images/progress-bar/progressbar-4px.png';
import ProgressBarSize20px from '../../../public-storybook/images/progress-bar/progressbar-20px.png';
import ProgressBarAnatomy from '../../../public-storybook/images/progress-bar/progressbar-anatomy.png';

<Meta of={ProgressBarStories} />

Expand Down

0 comments on commit d225ce2

Please sign in to comment.