Skip to content

Commit

Permalink
merge zuiidea#576
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Sep 11, 2017
1 parent 2ee26f5 commit 322d5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "antd-admin",
"version": "4.3.5",
"version": "4.3.6",
"dependencies": {
"antd": "^2.11.2",
"axios": "^0.16.2",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import PropTypes from 'prop-types'
import { connect } from 'dva'
import { Tabs } from 'antd'
import { routerRedux } from 'dva/router'
import List from './List'
import queryString from 'query-string'
import List from './List'

const TabPane = Tabs.TabPane

Expand Down

0 comments on commit 322d5a6

Please sign in to comment.