refactor: remove put crate for identity types

This commit is contained in:
kaichaosun 2026-03-26 08:32:47 +08:00
parent 096f355915
commit fb5666065b
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -1,7 +1,7 @@
//! Chat-specific storage implementation.
mod migrations;
pub(crate) mod types;
mod types;
use storage::{RusqliteError, SqliteDb, StorageConfig, StorageError, params};
use zeroize::Zeroize;