mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-18 05:08:56 -05:00
5 lines
109 B
Rust
5 lines
109 B
Rust
|
|
use crate::{database::KeyValueDatabase, service};
|
||
|
|
|
||
|
|
impl service::rooms::short::Data for KeyValueDatabase {
|
||
|
|
}
|