mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-21 03:15:28 -05:00
refactor(gui): Reorganize imports
This commit is contained in:
parent
ef7c1abcaf
commit
956a26d181
22 changed files with 51 additions and 51 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import TreeView from "@material-ui/lab/TreeView";
|
||||
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
|
||||
import ChevronRightIcon from "@material-ui/icons/ChevronRight";
|
||||
import ExpandMoreIcon from "@material-ui/icons/ExpandMore";
|
||||
import TreeItem from "@material-ui/lab/TreeItem";
|
||||
import TreeView from "@material-ui/lab/TreeView";
|
||||
import ScrollablePaperTextBox from "./ScrollablePaperTextBox";
|
||||
|
||||
interface JsonTreeViewProps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue