chore: remove unused import

This commit is contained in:
karishmas6
2024-08-22 05:45:13 +05:30
parent 2140aa786a
commit 9298ceb392

View File

@@ -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 = () => {