From dec4f45c0755f65a322f6c66833c711dec2c6abb Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 2 Mar 2026 06:33:59 -0500 Subject: grlEventsReducers, EventMarquee, and workin on calc speed and animations from redux (rather than example's array) --- jb-ui/src/store.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jb-ui/src/store.ts') 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, } }) -- cgit v1.2.3