OSDN Git Service

remove unused import
authorYongfeng LI <wliyongfeng@gmail.com>
Fri, 5 Jan 2018 06:41:33 +0000 (14:41 +0800)
committerYongfeng LI <wliyongfeng@gmail.com>
Fri, 5 Jan 2018 06:41:33 +0000 (14:41 +0800)
src/features/shared/actions/list.js

index 199843e..61b79c8 100644 (file)
@@ -1,5 +1,4 @@
 import { chainClient } from 'utility/environment'
-import { pageSize } from 'utility/environment'
 import { push, replace } from 'react-router-redux'
 
 export default function(type, options = {}) {