chore: minor formatting changes

This commit is contained in:
Edward Langley
2026-04-26 11:08:41 -07:00
parent 3324ceef69
commit 6756b00e4a
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
pub mod command;
pub mod draw;
pub use improvise_core::format;
pub use improvise_core::model;
pub use improvise_formula as formula;
pub use improvise_io::import;
pub use improvise_core::model;
pub use improvise_io::persistence;
pub mod ui;
pub use improvise_core::view;