mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 14:04:08 +00:00
9 lines
133 B
Rust
9 lines
133 B
Rust
/*
|
|
* Copyright (c) 2026, Tobias Müller git@tsmr.eu
|
|
*
|
|
*/
|
|
|
|
pub mod contacts;
|
|
pub mod groups;
|
|
pub mod mediafiles;
|
|
pub mod messages;
|