summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/canvas/path/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/widget/canvas/path/builder.rs')
-rw-r--r--graphics/src/widget/canvas/path/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/widget/canvas/path/builder.rs b/graphics/src/widget/canvas/path/builder.rs
index c49ccdc3..5121aa68 100644
--- a/graphics/src/widget/canvas/path/builder.rs
+++ b/graphics/src/widget/canvas/path/builder.rs
@@ -1,4 +1,4 @@
-use crate::canvas::path::{arc, Arc, Path};
+use crate::widget::canvas::path::{arc, Arc, Path};
use iced_native::{Point, Size};
use lyon::path::builder::SvgPathBuilder;