diff --git a/scss/bitstyles/organisms/page-header/page-header.stories.mdx b/scss/bitstyles/organisms/page-header/page-header.stories.mdx index 4f08e5141..4ce0ab419 100644 --- a/scss/bitstyles/organisms/page-header/page-header.stories.mdx +++ b/scss/bitstyles/organisms/page-header/page-header.stories.mdx @@ -2,7 +2,7 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs'; import icons from '../../../../assets/images/icons.svg'; import PageHeader from './PageHeader.js'; - + # Page header diff --git a/scss/bitstyles/ui/extending-bitstyles.stories.mdx b/scss/bitstyles/ui/extending-bitstyles.stories.mdx index f96f8d08f..47690851b 100644 --- a/scss/bitstyles/ui/extending-bitstyles.stories.mdx +++ b/scss/bitstyles/ui/extending-bitstyles.stories.mdx @@ -45,6 +45,7 @@ Add your own components at the end of the `@use` statements importing from `bits @use 'bitstyles/organisms/notification-center'; @use 'bitstyles/organisms/table'; @use 'bitstyles/organisms/joined-ui'; +@use 'bitstyles/organisms/page-header'; // …