Browse Source

typo

pull/6686/head
afc163 8 years ago
parent
commit
b6011d7a39
  1. 2
      components/menu/__tests__/index.test.js

2
components/menu/__tests__/index.test.js

@ -1,7 +1,7 @@
import React from 'react';
import { mount } from 'enzyme';
import Menu from '..';
import Icon from '../../Icon';
import Icon from '../../icon';
const SubMenu = Menu.SubMenu;

Loading…
Cancel
Save