diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-19 21:43:38 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-19 21:43:38 -0400 |
commit | f8ecb3c0f228101f9da7589527e73525ebec1d1f (patch) | |
tree | 1e589ea452ddfdff89de9049640939e138096027 /src/views.rs | |
parent | 7b23f7ff329bd463ae2e8736390b479bf5501a5f (diff) | |
download | carpentertutoring-f8ecb3c0f228101f9da7589527e73525ebec1d1f.tar.xz carpentertutoring-f8ecb3c0f228101f9da7589527e73525ebec1d1f.zip |
Diffstat (limited to 'src/views.rs')
-rw-r--r-- | src/views.rs | 2 |
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; |