mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-06 00:35:09 -04:00
feat(tauri): Allow export of wallet descriptors (#118)
This commit is contained in:
parent
898c7a2450
commit
c91adb3ac8
6 changed files with 141 additions and 11 deletions
|
@ -4,7 +4,7 @@ import DonateInfoBox from "./DonateInfoBox";
|
|||
import FeedbackInfoBox from "./FeedbackInfoBox";
|
||||
import DaemonControlBox from "./DaemonControlBox";
|
||||
import SettingsBox from "./SettingsBox";
|
||||
|
||||
import ExportDataBox from "./ExportDataBox";
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
outer: {
|
||||
display: "flex",
|
||||
|
@ -19,9 +19,10 @@ export default function HelpPage() {
|
|||
|
||||
return (
|
||||
<Box className={classes.outer}>
|
||||
<FeedbackInfoBox />
|
||||
<DaemonControlBox />
|
||||
<SettingsBox />
|
||||
<FeedbackInfoBox />
|
||||
<ExportDataBox />
|
||||
<ContactInfoBox />
|
||||
<DonateInfoBox />
|
||||
</Box>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue