chore: remove unused imports
This commit is contained in:
@@ -23,8 +23,6 @@ import TableHead from '@mui/material/TableHead';
|
|||||||
import TableRow from '@mui/material/TableRow';
|
import TableRow from '@mui/material/TableRow';
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { useThemeMode } from "../../context/theme-provider";
|
import { useThemeMode } from "../../context/theme-provider";
|
||||||
import { apiUrl } from "../../apiConfig";
|
|
||||||
import { io } from "socket.io-client";
|
|
||||||
|
|
||||||
interface RunContentProps {
|
interface RunContentProps {
|
||||||
row: Data,
|
row: Data,
|
||||||
|
|||||||
Reference in New Issue
Block a user