diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index d11d5855..6a8cd800 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -47,7 +47,6 @@ const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null): } }; - export const BrowserWindow = () => { const [canvasRef, setCanvasReference] = useState | undefined>(undefined); const [screenShot, setScreenShot] = useState(""); @@ -197,7 +196,6 @@ export const BrowserWindow = () => { } }; - const handleAttributeSelection = (attribute: string) => { if (selectedElement) { let data = '';