Private
Public Access
1
0

reorg: separate db::records from insertable models

This commit is contained in:
2024-12-21 17:09:37 -08:00
parent c4c6e4245d
commit 8f523fd7fc
7 changed files with 123 additions and 107 deletions

View File

@@ -1,3 +1,8 @@
pub mod conversation;
pub mod participant;
pub mod date;
pub mod participant;
pub mod db;
// Re-export the public types
pub use conversation::Conversation;
pub use participant::Participant;