Skip to content

Commit d1cde96

Browse files
committed
improv: better code organization
1 parent af37918 commit d1cde96

16 files changed

Lines changed: 18 additions & 19 deletions

src/lib.rs

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,2 @@
1-
pub mod action;
2-
pub mod application;
3-
pub mod clone;
4-
pub mod constants;
5-
pub mod editor;
6-
7-
mod error;
8-
pub use error::*;
9-
10-
mod status;
11-
pub use status::*;
12-
13-
pub mod config;
14-
pub mod fork;
15-
pub mod git_pull;
16-
pub mod host;
17-
pub mod project;
18-
pub mod settings;
19-
pub mod workspace;
1+
pub mod shared;
2+
pub use shared::*;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)