move window from nav to html

This commit is contained in:
Pierre Tachoire
2024-01-05 11:04:17 +01:00
parent 20b2bfa00e
commit c2ade9061b
6 changed files with 3 additions and 11 deletions

View File

@@ -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,
});