aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/reducers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/react/reducers.ts')
-rw-r--r--src/client/react/reducers.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/react/reducers.ts b/src/client/react/reducers.ts
index 254fe76..6f92e1d 100644
--- a/src/client/react/reducers.ts
+++ b/src/client/react/reducers.ts
@@ -5,6 +5,7 @@ export interface State {
search: SearchState,
}
+// @ts-ignore
const rootReducer = combineReducers<State>({
search,
});