Private
Public Access
1
0
This commit is contained in:
2025-04-25 15:48:50 -07:00
parent f7d094fcd6
commit 89c9ffc187
3 changed files with 2 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ use clap::Subcommand;
use kordophone::APIInterface;
use std::{env, path::PathBuf};
use kordophone_db::{database::Database, repository::Repository, settings};
use kordophone_db::database::Database;
use crate::{client, printers::{ConversationPrinter, MessagePrinter}};
#[derive(Subcommand)]