diff options
| author | Max Nanis | 2026-03-03 09:57:08 +0000 |
|---|---|---|
| committer | Max Nanis | 2026-03-03 09:57:08 +0000 |
| commit | cb3a2fa810b19a441cc7baf42178c4a2d393663a (patch) | |
| tree | b2ad366338249416f029e1820a7d02e9caf87c57 /jb-ui/src/store.ts | |
| parent | 19a97da80ae740bb1cf92fc911e6efc210aa05a8 (diff) | |
| parent | 979e789c388e7a1e9a90e448d82e297c9c296a3e (diff) | |
| download | amt-jb-cb3a2fa810b19a441cc7baf42178c4a2d393663a.tar.gz amt-jb-cb3a2fa810b19a441cc7baf42178c4a2d393663a.zip | |
Merges pull request #1
Deploy Marquee (basic for now)
Diffstat (limited to 'jb-ui/src/store.ts')
| -rw-r--r-- | jb-ui/src/store.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jb-ui/src/store.ts b/jb-ui/src/store.ts index 24f1654..7b4d3e3 100644 --- a/jb-ui/src/store.ts +++ b/jb-ui/src/store.ts @@ -1,5 +1,6 @@ import appReducers from "@/models/appSlice" import grlStatsReducers from "@/models/grlStatsSlice" +import grlEventsReducers from "@/models/grlEventsSlice" import profilingQuestionsReducers from "@/models/profilingQuestionsSlice" import type { Action, ThunkAction } from '@reduxjs/toolkit' import { configureStore } from '@reduxjs/toolkit' @@ -9,6 +10,7 @@ export const store = configureStore({ reducer: { app: appReducers, stats: grlStatsReducers, + events: grlEventsReducers, profilingQuestions: profilingQuestionsReducers, } }) |
