mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 17:38:10 +00:00
move window from nav to html
This commit is contained in:
@@ -4,7 +4,6 @@ const Console = @import("jsruntime").Console;
|
||||
|
||||
const DOM = @import("dom/dom.zig");
|
||||
const HTML = @import("html/html.zig");
|
||||
const nav = @import("nav/nav.zig");
|
||||
|
||||
pub const HTMLDocument = @import("html/document.zig").HTMLDocument;
|
||||
|
||||
@@ -13,5 +12,4 @@ pub const Interfaces = generate.Tuple(.{
|
||||
Console,
|
||||
DOM.Interfaces,
|
||||
HTML.Interfaces,
|
||||
nav.Interfaces,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user