mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-21 13:19:21 +00:00
chore: code cleanup
This commit is contained in:
@@ -1,17 +1,20 @@
|
|||||||
import React, { useState, useContext, useEffect } from "react";
|
import React, { useState, useContext, useEffect } from "react";
|
||||||
import clsx from "clsx";
|
import clsx from "clsx";
|
||||||
import { makeStyles } from "@material-ui/core/styles";
|
|
||||||
|
|
||||||
import Drawer from "@material-ui/core/Drawer";
|
import {
|
||||||
import AppBar from "@material-ui/core/AppBar";
|
Popover,
|
||||||
import Toolbar from "@material-ui/core/Toolbar";
|
makeStyles,
|
||||||
import List from "@material-ui/core/List";
|
Drawer,
|
||||||
import Typography from "@material-ui/core/Typography";
|
AppBar,
|
||||||
import Divider from "@material-ui/core/Divider";
|
Toolbar,
|
||||||
|
List,
|
||||||
|
Typography,
|
||||||
|
Divider,
|
||||||
|
MenuItem,
|
||||||
|
IconButton,
|
||||||
|
} from "@material-ui/core";
|
||||||
|
|
||||||
import MenuIcon from "@material-ui/icons/Menu";
|
import MenuIcon from "@material-ui/icons/Menu";
|
||||||
import MenuItem from "@material-ui/core/MenuItem";
|
|
||||||
import Menu from "@material-ui/core/Menu";
|
|
||||||
import IconButton from "@material-ui/core/IconButton";
|
|
||||||
import ChevronLeftIcon from "@material-ui/icons/ChevronLeft";
|
import ChevronLeftIcon from "@material-ui/icons/ChevronLeft";
|
||||||
import AccountCircle from "@material-ui/icons/AccountCircle";
|
import AccountCircle from "@material-ui/icons/AccountCircle";
|
||||||
|
|
||||||
@@ -21,7 +24,6 @@ import UserModal from "../UserModal";
|
|||||||
import { AuthContext } from "../../context/Auth/AuthContext";
|
import { AuthContext } from "../../context/Auth/AuthContext";
|
||||||
import BackdropLoading from "../BackdropLoading";
|
import BackdropLoading from "../BackdropLoading";
|
||||||
import { i18n } from "../../translate/i18n";
|
import { i18n } from "../../translate/i18n";
|
||||||
import { Popover } from "@material-ui/core";
|
|
||||||
|
|
||||||
const drawerWidth = 240;
|
const drawerWidth = 240;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user