Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit ad86cc0

Browse files
author
zhuochengyu
committed
remove unused imports
1 parent 9c54b89 commit ad86cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/visual-stack-redux/src/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as R from 'ramda';
2-
import { createAction, handleActions, combineActions } from 'redux-actions';
2+
import { createAction, handleActions } from 'redux-actions';
33
import { sortData } from '@cjdev/visual-stack/lib/components/Table/DataTable/sortingHelper';
44

55
const defaultToEmpty = R.defaultTo({});

0 commit comments

Comments
 (0)