Fix eslint problems

This commit is contained in:
afc163 2015-08-28 00:11:56 +08:00
parent 6d2dcc4539
commit 4e89f5002b
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
import React from 'react';
import Menu from 'rc-menu';
import velocity from 'velocity-animate';
import animation from '../common/openAnimation';
const AntMenu = React.createClass({

View File

@ -1,6 +1,5 @@
import React from 'react';
import Tree from 'rc-tree';
import velocity from 'velocity-animate';
import animation from '../common/openAnimation';
const AntTree = React.createClass({