Skip to content

Commit a2436ee

Browse files
committed
[frontend] refactor omnibox components, disable playwright console
1 parent b221512 commit a2436ee

File tree

5 files changed

+409
-401
lines changed

5 files changed

+409
-401
lines changed

frontend/src/Browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createDelegate } from "dreamland/core";
66
import tlds from "tlds";
77
import type { SerializedHistoryState } from "./History";
88
import { HistoryState } from "./History";
9-
import { focusOmnibox } from "./components/Omnibox";
9+
import { focusOmnibox } from "./components/UrlInput";
1010

1111
export const pushTab = createDelegate<Tab>();
1212
export const popTab = createDelegate<Tab>();

0 commit comments

Comments
 (0)