Add Keybinding component

This commit is contained in:
Marshall Bowers 2023-10-09 11:09:44 -04:00
parent 4eeed14d34
commit dc2ddfb42c
5 changed files with 246 additions and 0 deletions

View file

@ -4,6 +4,7 @@ pub mod buffer;
pub mod chat_panel;
pub mod collab_panel;
pub mod facepile;
pub mod keybinding;
pub mod panel;
pub mod project_panel;
pub mod tab;