From 9298ceb392c3c63a69c3445a93cdedd01e3acddc Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 22 Aug 2024 05:45:13 +0530 Subject: [PATCH] chore: remove unused import --- src/pages/PageWrappper.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/PageWrappper.tsx b/src/pages/PageWrappper.tsx index a3a296d1..41360800 100644 --- a/src/pages/PageWrappper.tsx +++ b/src/pages/PageWrappper.tsx @@ -7,8 +7,6 @@ import { MainPage } from "./MainPage"; import { useGlobalInfoStore } from "../context/globalInfo"; import { getActiveBrowserId } from "../api/recording"; import { AlertSnackbar } from "../components/atoms/AlertSnackbar"; -import { InterpretationLog } from "../components/molecules/InterpretationLog"; - export const PageWrapper = () => {