mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-24 17:23:46 +02:00
Add support for flash messages utilizing redux
This commit is contained in:
7
resources/scripts/redux/reducers.ts
Normal file
7
resources/scripts/redux/reducers.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import flashReducer from './reducers/flash';
|
||||
import { ReduxState } from '@/redux/types';
|
||||
|
||||
export const reducers = combineReducers<ReduxState>({
|
||||
flashes: flashReducer,
|
||||
});
|
||||
Reference in New Issue
Block a user