summaryrefslogtreecommitdiff
path: root/src/legacy_json_output/sheets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/legacy_json_output/sheets.rs')
-rw-r--r--src/legacy_json_output/sheets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy_json_output/sheets.rs b/src/legacy_json_output/sheets.rs
index 2dc0c81..f5743f3 100644
--- a/src/legacy_json_output/sheets.rs
+++ b/src/legacy_json_output/sheets.rs
@@ -1,4 +1,4 @@
-use just_enough_vcs::vcs::data::member::MemberId;
+use just_enough_vcs::lib::data::member::MemberId;
use serde::{Deserialize, Serialize};
#[derive(Debug, Default, Serialize, Deserialize)]