Skip to content

Commit

Permalink
build: revert redux
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Dec 4, 2023
1 parent 8e56f89 commit a993519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createStore, applyMiddleware, compose, combineReducers } from "redux";
import { thunk } from "redux-thunk";
import thunk from "redux-thunk";
import createDebounce from "redux-debounced";
import map from "./map/reducers";
import app from "./app/reducers";
Expand Down

2 comments on commit a993519

@vercel
Copy link

@vercel vercel bot commented on a993519 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a993519 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.