Skip to content

Commit

Permalink
docs(PPDSC-2707): storybookid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindren authored and Ravindren committed Mar 16, 2023
1 parent 73f843e commit 17c17a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/headline/__tests__/headline.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {Story as StoryType} from '@storybook/react';
import {Headline} from '..';
import {ThemeProvider, CreateThemeArgs} from '../../theme';
import {createCustomThemeWithBaseThemeSwitch} from '../../test/theme-select-object';
import {getColorCssFromTheme, styled} from '../../utils/style';
import {H6, H5, H4, H3, H2, H1} from '../..';
import {getColorCssFromTheme, styled} from '../../utils/style';
import {StorybookCase, StorybookPage} from '../../test/storybook-comps';

const headlineCustomThemeObject: CreateThemeArgs = {
Expand Down

0 comments on commit 17c17a6

Please sign in to comment.