Rename painting module to handwriting

This commit is contained in:
2025-06-15 12:53:23 +02:00
parent 1df81509df
commit 5ca9dfabb8
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ pub mod constants;
pub mod custom_code_block;
pub mod easy_mark;
pub mod file_editor;
pub mod painting;
pub mod handwriting;
pub mod preferences;
pub mod rasterizer;
pub mod text_editor;