some more core refactor before fixing the mess

This commit is contained in:
🪞👃🪞 2024-09-06 20:11:10 +03:00
parent fe09536a45
commit 0bbf74e915
12 changed files with 31 additions and 28 deletions

View file

@ -25,6 +25,9 @@ pub trait HandleContext {}
pub trait RenderContext {}
submod! {
render
exit
focus
handle
keymap
render
}