diff options
Diffstat (limited to 'src/controllers.rs')
-rw-r--r-- | src/controllers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controllers.rs b/src/controllers.rs index d8f9d5d..f5b1f08 100644 --- a/src/controllers.rs +++ b/src/controllers.rs @@ -16,4 +16,5 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ +pub mod film; pub mod room; |