chore: minor cleanup

This commit is contained in:
2025-03-23 22:21:39 +01:00
parent e9e80abad0
commit 91fe491751

View File

@@ -2,7 +2,7 @@ use std::path::{Path, PathBuf};
use anyhow::Context; use anyhow::Context;
use crate::model::{ForestFile, Project, Workspace, WorkspaceProject}; use crate::model::{Project, WorkspaceProject};
pub mod git; pub mod git;
pub mod local; pub mod local;