mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 14:15:55 -04:00
feat: cargo project at root
This commit is contained in:
parent
bde04fbd76
commit
8c4531cfd3
493 changed files with 9665 additions and 1795 deletions
|
@ -0,0 +1,9 @@
|
|||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import { reducers } from 'store/combinedReducer';
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: reducers,
|
||||
});
|
||||
|
||||
export type AppDispatch = typeof store.dispatch;
|
||||
export type RootState = ReturnType<typeof store.getState>;
|
Loading…
Add table
Add a link
Reference in a new issue