diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-10-03 18:24:38 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-10-03 18:24:38 +0000 |
| commit | c1f61c458e0e97586796a3acdbd21aedf8b2e8ad (patch) | |
| tree | 35d2aea0e2ce7eda52f5f519ae0dec6ab8b5c1b2 /src/models/mod.rs | |
| parent | 1d559a116a51140a4f13450fbed896b1929de5c0 (diff) | |
Likes model and them to a model
Diffstat (limited to 'src/models/mod.rs')
| -rw-r--r-- | src/models/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/mod.rs b/src/models/mod.rs index 45a11f3..8062fe3 100644 --- a/src/models/mod.rs +++ b/src/models/mod.rs @@ -1,4 +1,5 @@ pub mod auth; +pub mod likes; pub mod model; pub mod user; pub mod warning; |
