jetzig/src/app/views/zmpl.manifest.zig
2024-02-08 19:19:22 +00:00

9 lines
393 B
Zig

// Zmpl template manifest.
// This file is automatically generated at build time. Manual edits will be discarded.
// This file should _not_ be stored in version control.
pub const templates = struct {
pub const index = @import(".index.zmpl.compiled.zig");
pub const quotes_get = @import("quotes/.get.zmpl.compiled.zig");
pub const users_get = @import("users/.get.zmpl.compiled.zig");
};