mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-20 10:55:37 -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,11 +1,11 @@
|
|||
import { IconButton, styled } from "@material-ui/core";
|
||||
import { Close } from "@material-ui/icons";
|
||||
import {
|
||||
MaterialDesignContent,
|
||||
SnackbarKey,
|
||||
SnackbarProvider,
|
||||
useSnackbar,
|
||||
} from "notistack";
|
||||
import { IconButton, styled } from "@material-ui/core";
|
||||
import { Close } from "@material-ui/icons";
|
||||
import { ReactNode } from "react";
|
||||
|
||||
const StyledMaterialDesignContent = styled(MaterialDesignContent)(() => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue