mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-05 08:15:16 -04:00
refactor(gui): Reorganize imports
This commit is contained in:
parent
ef7c1abcaf
commit
956a26d181
22 changed files with 51 additions and 51 deletions
|
@ -1,8 +1,8 @@
|
|||
import { Box, makeStyles, Typography } from "@material-ui/core";
|
||||
import PlayArrowIcon from "@material-ui/icons/PlayArrow";
|
||||
import StopIcon from "@material-ui/icons/Stop";
|
||||
import IpcInvokeButton from "renderer/components/IpcInvokeButton";
|
||||
import { useAppSelector } from "store/hooks";
|
||||
import StopIcon from "@material-ui/icons/Stop";
|
||||
import PlayArrowIcon from "@material-ui/icons/PlayArrow";
|
||||
import InfoBox from "../../modal/swap/InfoBox";
|
||||
import CliLogsBox from "../../other/RenderedCliLog";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue