diff --git a/storybook/manager.js b/storybook/manager.js index 76981f5..c7dacc9 100644 --- a/storybook/manager.js +++ b/storybook/manager.js @@ -1,11 +1,10 @@ -/**Sets the theme for the Storybook UI */ +/** + * Sets the theme for the Storybook UI + * @see https://storybook.js.org/docs/react/configure/overview#configure-storybooks-ui + */ import { addons } from '@storybook/addons'; import DocsTheme from './DocsTheme'; addons.setConfig({ - /** - * The the brand icon used in the Storybook sidebar. Can use any common image formats - * @type {Object} - */ - theme: DocsTheme, + theme: DocsTheme, }) \ No newline at end of file