mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +03:00
extract reader to mod
This commit is contained in:
parent
4b92d52636
commit
5dd48b69ab
@ -11,8 +11,5 @@ pub mod users;
|
||||
pub mod watcher;
|
||||
mod writer;
|
||||
|
||||
#[cfg(test)]
|
||||
mod reader_tests;
|
||||
|
||||
pub use app::{AddProjectError, App};
|
||||
pub use project_repository::FileStatus;
|
||||
|
6
src-tauri/src/app/reader/mod.rs
Normal file
6
src-tauri/src/app/reader/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod reader;
|
||||
|
||||
#[cfg(test)]
|
||||
mod reader_tests;
|
||||
|
||||
pub use reader::{CommitReader, Content, DirReader, Error, Reader};
|
Loading…
Reference in New Issue
Block a user