summaryrefslogtreecommitdiff
path: root/src/views.rs
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-19 21:43:38 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-19 21:43:38 -0400
commitf8ecb3c0f228101f9da7589527e73525ebec1d1f (patch)
tree1e589ea452ddfdff89de9049640939e138096027 /src/views.rs
parent7b23f7ff329bd463ae2e8736390b479bf5501a5f (diff)
downloadcarpentertutoring-f8ecb3c0f228101f9da7589527e73525ebec1d1f.tar.xz
carpentertutoring-f8ecb3c0f228101f9da7589527e73525ebec1d1f.zip
feat: begin higheredHEADmaster
Diffstat (limited to 'src/views.rs')
-rw-r--r--src/views.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views.rs b/src/views.rs
index e9f1951..f880818 100644
--- a/src/views.rs
+++ b/src/views.rs
@@ -1,7 +1,9 @@
pub mod about;
pub mod brochure;
+pub mod highered;
pub mod index;
pub mod k12;
pub mod policies;
pub mod post;
pub mod posts;
+pub mod pro;