From 9bbbdb14808a380a309149ed53e7a058062d77bf Mon Sep 17 00:00:00 2001
From: Fred Liebenberg <fliebenberg@gmail.com>
Date: Mon, 23 Oct 2023 10:30:47 +0200
Subject: [PATCH] removed uislice from store

---
 src/app/redux/store.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/app/redux/store.ts b/src/app/redux/store.ts
index fe1cf221..0fa6463e 100644
--- a/src/app/redux/store.ts
+++ b/src/app/redux/store.ts
@@ -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,