diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index f01494c3..093fc5c1 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -22,7 +22,6 @@ import TableCell from '@mui/material/TableCell'; import TableContainer from '@mui/material/TableContainer'; import TableHead from '@mui/material/TableHead'; import TableRow from '@mui/material/TableRow'; -import 'highlight.js/styles/github.css'; import { useTranslation } from "react-i18next"; import { useThemeMode } from "../../context/theme-provider";