Skip to content

Commit 4e35cd7

Browse files
author
prasanth_j
committed
Fix unused props in BrowserView
1 parent 40ae90e commit 4e35cd7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

maxc_desktop/src/components/BrowserView.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useEffect, useRef, useState } from "react";
22
import { ArrowLeft, ArrowRight, Globe2, RotateCw } from "lucide-react";
33
import { Shimmer } from "@/components/ai-elements/shimmer";
4-
import { cn } from "@/lib/utils";
54

65
export type BrowserViewProps = {
76
surfaceId: string;
@@ -26,10 +25,7 @@ export function BrowserView({
2625
onReload,
2726
onBack,
2827
onForward,
29-
onScreenshot,
3028
currentUrl,
31-
screenshotData,
32-
screenshotLoading,
3329
sessionLoading,
3430
}: BrowserViewProps) {
3531
const [urlInput, setUrlInput] = useState(currentUrl);

0 commit comments

Comments
 (0)