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