add DragSwitch

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-24 09:44:48 -06:00
parent 8960b3f052
commit aac0f54991
2 changed files with 104 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ pub mod column;
mod deck_state;
mod decks;
mod draft;
mod drag;
mod key_parsing;
pub mod login_manager;
mod media_upload;