egui: fixed typo in build

This commit is contained in:
hakki 2024-12-08 13:56:59 +01:00
parent 2337576245
commit 5425ac2d3a
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ use topola::{
}; };
use crate::{ use crate::{
error_dialog::ErrorDialog, layers::AppearancePanel, overlay::Overlay, translator::Translator, appearance_panel::AppearancePanel, error_dialog::ErrorDialog, overlay::Overlay,
translator::Translator,
}; };
/// A loaded design and associated structures /// A loaded design and associated structures