From c578114e985aadf650ab5f0e9f83a49766bcd536 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 04:40:05 +0530 Subject: [PATCH] feat: import highlightjs styles --- src/components/molecules/RunContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/molecules/RunContent.tsx b/src/components/molecules/RunContent.tsx index f8f62fa2..ee6abf48 100644 --- a/src/components/molecules/RunContent.tsx +++ b/src/components/molecules/RunContent.tsx @@ -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,