Skip to content

Commit

Permalink
removed uislice from store
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebenberg committed Oct 23, 2023
1 parent e16199b commit 9bbbdb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/redux/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import { priceChartSlice } from "./priceChartSlice";
import { accountHistorySlice } from "./accountHistorySlice";
import { radixSlice } from "./radixSlice";
import { priceInfoSlice } from "./priceInfoSlice";
import { uiSlice } from "./uiSlice";

export const store = configureStore({
reducer: {
ui: uiSlice.reducer,
radix: radixSlice.reducer,
pairSelector: pairSelectorSlice.reducer,
orderInput: orderInputSlice.reducer,
Expand Down

0 comments on commit 9bbbdb1

Please sign in to comment.