From 6778aa827851c58a18c7077620da8ba36670b138 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 16 Oct 2024 14:54:41 +0530 Subject: [PATCH] chore: remove Buffer import --- src/components/molecules/RunContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/molecules/RunContent.tsx b/src/components/molecules/RunContent.tsx index 08b832c4..56e6b9d7 100644 --- a/src/components/molecules/RunContent.tsx +++ b/src/components/molecules/RunContent.tsx @@ -7,7 +7,6 @@ import { TabPanel, TabContext } from "@mui/lab"; import SettingsIcon from '@mui/icons-material/Settings'; import ImageIcon from '@mui/icons-material/Image'; import ArticleIcon from '@mui/icons-material/Article'; -import { Buffer } from 'buffer'; import { useEffect, useState } from "react"; import AssignmentIcon from '@mui/icons-material/Assignment'; import Table from '@mui/material/Table';