Skip to content

Commit

Permalink
fix(ScreenReaderAnnouncer): fix storybook docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccarrington committed Nov 19, 2024
1 parent 385f7ac commit 343785b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { DocumentationPage } from '../../storybook/helper.stories.docs';
import StyleDocs from '../../storybook/docs.stories.style.mdx';
import { Story } from '@storybook/react';
import { ComponentMeta, Story } from '@storybook/react';

import ScreenReaderAnnouncer, { ScreenReaderAnnounceOptions } from './';
import argTypes from './ScreenReaderAnnouncer.stories.args';
Expand All @@ -15,10 +14,11 @@ export default {
parameters: {
expanded: true,
docs: {
page: DocumentationPage(Documentation, StyleDocs),
page: DocumentationPage(Documentation),
inlineStories: false,
},
},
};
} as ComponentMeta<typeof ScreenReaderAnnouncer>;

const buttonid1 = 'id-1';
const buttonid2 = 'id-2';
Expand Down

0 comments on commit 343785b

Please sign in to comment.