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

@@ -7,7 +7,6 @@ const FileLoader = @import("wpt/fileloader.zig").FileLoader;
const wpt = @import("wpt/run.zig");
const apiweb = @import("apiweb.zig");
const nav = @import("nav/nav.zig");
const HTMLElem = @import("html/elements.zig");
const wpt_dir = "tests/wpt";