From 9eb6f77e944511bbaba7fb69a960ac92ee01d3fb Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 7 Sep 2024 10:09:49 +0530 Subject: [PATCH] fix: -rm action context import --- src/components/molecules/InterpretationLog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index c51c7115..e16a9314 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -11,7 +11,6 @@ import Highlight from 'react-highlight'; import { useCallback, useEffect, useRef, useState } from "react"; import { useSocketStore } from "../../context/socket"; import { useBrowserDimensionsStore } from "../../context/browserDimensions"; -import { useActionContext } from '../../context/browserActions'; import Table from '@mui/material/Table'; import TableBody from '@mui/material/TableBody'; import TableCell from '@mui/material/TableCell';