Skip to content

Commit

Permalink
(web components) - fix toolbar storybook location (#19836)
Browse files Browse the repository at this point in the history
* Fix web-component toolbar storybook location

* Change files
  • Loading branch information
brookdozer authored Sep 16, 2021
1 parent 4225f71 commit d05b3db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Fix web-component toolbar storybook location",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/web-components/src/toolbar/toolbar.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '../badge';
import ToolbarTemplate from './fixtures/toolbar.html';

export default {
title: 'Toolbar',
title: 'Components/Toolbar',
};

export const Toolbar = () => ToolbarTemplate;

0 comments on commit d05b3db

Please sign in to comment.