Skip to content

Commit

Permalink
feat: add style import link
Browse files Browse the repository at this point in the history
  • Loading branch information
karimim committed Sep 26, 2024
1 parent 7f9eb8b commit b55ad7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Meta, Canvas } from '@storybook/blocks';
import * as TextHighlighedtStories from './text-highlighted.stories';
import StylesPackageImport from '@/shared/styles-package-import.mdx';

<Meta of={TextHighlighedtStories} />

Expand All @@ -16,3 +17,4 @@ import * as TextHighlighedtStories from './text-highlighted.stories';
</div>

<Canvas of={TextHighlighedtStories.Default} sourceState="shown" />
<StylesPackageImport components={['text-highlighted']} />

0 comments on commit b55ad7d

Please sign in to comment.