mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-22 13:02:21 -04:00
wip: WithdrawDialog migrated to Tauri IPC
This commit is contained in:
parent
47821cbe79
commit
3d16ff6d5c
118 changed files with 1779 additions and 1868 deletions
|
@ -1,5 +1,5 @@
|
|||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import { reducers } from 'store/combinedReducer';
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
import { reducers } from "store/combinedReducer";
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: reducers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue