use correct paths for internal Error

This commit is contained in:
2025-12-07 11:05:53 +00:00
parent b76bb7a0d2
commit cbdcb32fc3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::{
Error,
error::Error,
sys::{handle::Handle, memory, snapshot},
};
use derive_more::{Debug, derive::Display};