Skip to content

Commit

Permalink
fix(MenuButton): error types path
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Jun 20, 2019
1 parent 646862b commit 4293361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/menu-button/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="react" />

import * as React from 'react';
import { Item, Group, Divider } from '../Menu'
import { Item, Group, Divider } from '../menu';

interface HTMLAttributesWeak extends React.HTMLAttributes<HTMLElement> {
onSelect?: any;
Expand Down

0 comments on commit 4293361

Please sign in to comment.