mirror of https://codeberg.org/topola/topola.git
egui: fixed typo in build
This commit is contained in:
parent
2337576245
commit
5425ac2d3a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue