summaryrefslogtreecommitdiff
path: root/client/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/store.ts')
-rw-r--r--client/src/store.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/store.ts b/client/src/store.ts
index 264639e..18b3461 100644
--- a/client/src/store.ts
+++ b/client/src/store.ts
@@ -1,6 +1,6 @@
import { configureStore } from '@reduxjs/toolkit';
-import { apiSlice } from './apiSlice';
-import authReducer from './features/auth/authSlice';
+import { apiSlice } from './slices/apiSlice';
+import authReducer from './slices/authSlice';
const store = configureStore({
reducer: {