fix user table creation

This commit is contained in:
Colin McKechney
2023-04-30 19:45:21 -04:00
parent 402dcd8efe
commit bbab7882cc
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
pub mod user;
pub mod eatery;
pub mod plan;
pub mod week;