Root imports cleanup.

This commit is contained in:
Madeorsk 2024-10-16 11:59:06 +02:00
parent a81ca0dcf3
commit 0e9cdcb6eb
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
const std = @import("std");
const router = @import("router.zig"); const router = @import("router.zig");
const route = @import("route.zig"); const route = @import("route.zig");

View file

@ -1,5 +1,5 @@
const std = @import("std"); const std = @import("std");
const zouter = @import("../src/root.zig"); const zouter = @import("zouter");
test { test {
// try std.testing.refAllDecls(zouter); // try std.testing.refAllDecls(zouter);