mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-06 00:35:09 -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,15 +1,15 @@
|
|||
import { Box, makeStyles } from '@material-ui/core';
|
||||
import ContactInfoBox from './ContactInfoBox';
|
||||
import FeedbackInfoBox from './FeedbackInfoBox';
|
||||
import DonateInfoBox from './DonateInfoBox';
|
||||
import TorInfoBox from './TorInfoBox';
|
||||
import RpcControlBox from './RpcControlBox';
|
||||
import { Box, makeStyles } from "@material-ui/core";
|
||||
import ContactInfoBox from "./ContactInfoBox";
|
||||
import FeedbackInfoBox from "./FeedbackInfoBox";
|
||||
import DonateInfoBox from "./DonateInfoBox";
|
||||
import TorInfoBox from "./TorInfoBox";
|
||||
import RpcControlBox from "./RpcControlBox";
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
outer: {
|
||||
display: 'flex',
|
||||
display: "flex",
|
||||
gap: theme.spacing(2),
|
||||
flexDirection: 'column',
|
||||
flexDirection: "column",
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue