mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
refactor: redux migration - toggle menubar
This commit is contained in:
10
renderer/providers/ReduxStore/index.js
Normal file
10
renderer/providers/ReduxStore/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import appReducer from './slices/app';
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
app:appReducer
|
||||
}
|
||||
});
|
||||
|
||||
export default store;
|
||||
Reference in New Issue
Block a user