summaryrefslogtreecommitdiff
path: root/src/layout/frame.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/frame.rs')
-rw-r--r--src/layout/frame.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout/frame.rs b/src/layout/frame.rs
index 61a84d6d..6cecc7a3 100644
--- a/src/layout/frame.rs
+++ b/src/layout/frame.rs
@@ -1,6 +1,7 @@
use crate::color::Color;
-use crate::env::{FaceId, ImageId};
+use crate::font::FaceId;
use crate::geom::{Length, Path, Point, Size};
+use crate::image::ImageId;
use serde::{Deserialize, Serialize};