feat: import highlightjs styles

This commit is contained in:
karishmas6
2024-10-24 04:40:05 +05:30
parent be930aed2b
commit c578114e98

View File

@@ -15,6 +15,7 @@ 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';
interface RunContentProps {
row: Data,