From 52aeff65a82d949dd3ce33d1a5998e00ad4c379e Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 2 Apr 2024 11:51:14 -0400 Subject: Theming refactor Theming has been broken off into a seperate space, so that it'll be easier to add lua support later. --- src/ctx.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ctx.rs') diff --git a/src/ctx.rs b/src/ctx.rs index 50e01bb..cfb10e3 100644 --- a/src/ctx.rs +++ b/src/ctx.rs @@ -104,6 +104,8 @@ pub mod model { } } } +pub use model::Root as Ctx; + #[derive(Debug)] pub struct ResponseCtx(pub model::Root, pub StatusCode); -- cgit v1.2.3-54-g00ecf