Skip to content

Commit

Permalink
fixup! fixup! revert(react-button): remove vNext components used in S…
Browse files Browse the repository at this point in the history
…B from devDeps that are stale
  • Loading branch information
Hotell committed Aug 27, 2021
1 parent 5e15879 commit 79a3c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-button/src/MenuButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ 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 { MenuButtonProps } from './MenuButton';
/* eslint-enable @typescript-eslint/ban-ts-comment */

import { MenuButton } from './MenuButton';
import { Playground } from './Playground.stories';
import { buttonBaseProps } from './buttonBaseProps.stories';
import type { MenuProps } from '@fluentui/react-menu';
import type { MenuButtonProps } from './MenuButton';
import type { PlaygroundProps } from './Playground.types.stories';

const ExampleMenu = (props: MenuButtonProps): JSX.Element => (
Expand Down

0 comments on commit 79a3c10

Please sign in to comment.