mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Remove unused references to ThunkAction. Fixes a build error since @types/redux-thunk 2.2.0 removes the ThunkAction export.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { fetch, addTask } from 'domain-task';
|
||||
import { Action, Reducer, ThunkAction, ActionCreator } from 'redux';
|
||||
import { Action, Reducer, ActionCreator } from 'redux';
|
||||
import { AppThunkAction } from './';
|
||||
|
||||
// -----------------
|
||||
|
||||
Reference in New Issue
Block a user