chore: lint

This commit is contained in:
amhsirak
2025-01-09 17:13:54 +05:30
parent 8f5efa3409
commit 314b9f9dfe

View File

@@ -152,9 +152,9 @@ export const BrowserContent = () => {
// todo: use width from browser dimension once fixed // todo: use width from browser dimension once fixed
browserWidth={900} browserWidth={900}
handleUrlChanged={handleUrlChanged} handleUrlChanged={handleUrlChanged}
/> />
<BrowserWindow /> <BrowserWindow />
</div> </div>
); );
}; };