chore: minor cleanup

This commit is contained in:
Kasper Juul Hermansen 2025-03-23 22:21:39 +01:00
parent e9e80abad0
commit 91fe491751
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

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