further cleanup

This commit is contained in:
Ken
2019-01-31 11:24:18 -08:00
parent fceb24f985
commit f2ca4ea884
3 changed files with 9 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
import { createReducer } from './createReducer';
import { Store, FilterTypes } from '../store';
import { combineReducers } from 'redux';
import produce from 'immer';
import { edit } from '../actions';
let counter = 0;