Skip to content

Commit

Permalink
(web-components) remove incorrectly added toolbar from component defi…
Browse files Browse the repository at this point in the history
…nitions (#19087)

* remove incorrectly added component definition for toolbar

* Change files
  • Loading branch information
chrisdholt committed Jul 23, 2021
1 parent a5b02f9 commit 77b27c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "remove incorrectly added component definition for toolbar",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 0 additions & 2 deletions packages/web-components/src/component-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ import fluentTextAreaDefinition from './text-area/text-area.vscode.definition.js
export { fluentTextAreaDefinition };
import fluentTextFieldDefinition from './text-field/text-field.vscode.definition.json';
export { fluentTextFieldDefinition };
import fluentToolbarDefinition from './toolbar/toolbar.vscode.definition.json';
export { fluentToolbarDefinition };
import fluentTooltipDefinition from './tooltip/tooltip.vscode.definition.json';
export { fluentTooltipDefinition };
import fluentTreeItemDefinition from './tree-item/tree-item.vscode.definition.json';
Expand Down

0 comments on commit 77b27c3

Please sign in to comment.