summaryrefslogtreecommitdiff
path: root/client/src/store.ts
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-07-09 18:24:15 -0700
committerMichael Hunteman <michael@huntm.net>2024-07-09 18:24:44 -0700
commita6b1fa31e890b51b043c4211b14cd4be29ed6fba (patch)
tree66a1fbc182fc3f9ed746958e2854d8a337782983 /client/src/store.ts
parent03ca04fdb738cc151d775b76e1bc38aec792521a (diff)
Add success and error alerts
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: {