Skip to content

Commit

Permalink
Merge branch 'feature/pandemos' into pandemos-datasocket-preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
NXXR committed Jul 25, 2024
2 parents a33d413 + 432fea1 commit 867e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import storage from 'redux-persist/lib/storage';
import {groupApi} from './services/groupApi';
import LayoutReducer from './LayoutSlice';
import RealmReducer from './RealmSlice';
import PandemosFilterReducer from "./PandemosFilterSlice";
import PandemosFilterReducer from './PandemosFilterSlice';

const persistConfig = {
key: 'root',
Expand Down

0 comments on commit 867e624

Please sign in to comment.