summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 16a1daa..b195c27 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,7 +13,7 @@ use iced::{
Alignment, Application, Color, Command, Element, Font, Length, Settings,
};
use rust_format::{Formatter, RustFmt};
-use types::{DesignerPage, DesignerState};
+use types::{rendered_element::RenderedElement, DesignerPage, DesignerState};
fn main() -> iced::Result {
App::run(Settings::default())