From 7dc6d6ecd40b8cea4c827c8753619c875e3bc140 Mon Sep 17 00:00:00 2001 From: nflnkr Date: Wed, 19 Apr 2023 16:45:33 +0300 Subject: [PATCH] minor fixes --- .../{CircleDoubleDown.tsx => CircleDoubleDownIcon.tsx} | 0 src/components/FloatingSupportChat/FloatingSupportChat.tsx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/components/FloatingSupportChat/{CircleDoubleDown.tsx => CircleDoubleDownIcon.tsx} (100%) diff --git a/src/components/FloatingSupportChat/CircleDoubleDown.tsx b/src/components/FloatingSupportChat/CircleDoubleDownIcon.tsx similarity index 100% rename from src/components/FloatingSupportChat/CircleDoubleDown.tsx rename to src/components/FloatingSupportChat/CircleDoubleDownIcon.tsx diff --git a/src/components/FloatingSupportChat/FloatingSupportChat.tsx b/src/components/FloatingSupportChat/FloatingSupportChat.tsx index 997831e..44d8d12 100644 --- a/src/components/FloatingSupportChat/FloatingSupportChat.tsx +++ b/src/components/FloatingSupportChat/FloatingSupportChat.tsx @@ -1,6 +1,6 @@ -import { Alert, Avatar, Badge, Box, Button, Card, CardActionArea, CardContent, CardMedia, Checkbox, Chip, Container, Divider, Fab, FormControl, FormControlLabel, Icon, IconButton, InputAdornment, InputBase, InputLabel, LinearProgress, Link, List, ListItem, ListItemAvatar, ListItemButton, ListItemIcon, ListItemText, MenuItem, Pagination, Paper, RadioGroup, Rating, Select, SelectChangeEvent, Skeleton, Slider, Snackbar, Switch, SxProps, Table, TableBody, TableCell, TableContainer, TableHead, TableRow, Tabs, TextField, Theme, ToggleButton, ToggleButtonGroup, Tooltip, Typography, useMediaQuery, useTheme } from "@mui/material"; +import { Box, Fab } from "@mui/material"; import { useState } from "react"; -import CircleDoubleDown from "./CircleDoubleDown"; +import CircleDoubleDown from "./CircleDoubleDownIcon"; import Chat from "./Chat";