adding the local trip form

This commit is contained in:
Chris Cochrun 2024-01-10 10:25:22 -06:00
parent 0c692b3197
commit 9e5acd6aa5
6 changed files with 596 additions and 1 deletions

View file

@ -1,5 +1,6 @@
pub mod church_form;
pub mod health_form;
pub mod local_trip_form;
pub mod mt_form;
pub mod parent_form;
pub mod teacher_form;