Skip to content

Commit

Permalink
fixup! fixup! fixup! revert(react-button): remove vNext components us…
Browse files Browse the repository at this point in the history
…ed in SB from devDeps that are stale
  • Loading branch information
Hotell committed Aug 27, 2021
1 parent 79a3c10 commit 18f5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-button/src/MenuButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as React from 'react';
/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
import { Menu, MenuItem, MenuList, MenuTrigger } from '@fluentui/react-menu';
import type { MenuProps } from '@fluentui/react-menu';
// @ts-ignore
import type { MenuProps } from '@fluentui/react-menu';
/* eslint-enable @typescript-eslint/ban-ts-comment */

import { MenuButton } from './MenuButton';
Expand Down

0 comments on commit 18f5d82

Please sign in to comment.