Skip to content

Commit

Permalink
Implementation Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aidendk committed Jun 13, 2022
1 parent d4f11ae commit bec21cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/nimble-components/src/all-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ import './text-field';
import './theme-provider';
import './toggle-button';
import './toolbar';
import './tooltip';
import './tree-item';
import './tree-view';
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ const metadata: Meta<TooltipArgs> = {

export default metadata;

export const checkbox: StoryObj<TooltipArgs> = {}; // if checkbox changed to tooltip doesn't work
export const tooltip: StoryObj<TooltipArgs> = {}; // if checkbox changed to tooltip doesn't work

0 comments on commit bec21cc

Please sign in to comment.