Rename backend to client and simplify event handling
This commit is contained in:
parent
2400651483
commit
5680eb3ab2
9 changed files with 34 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![warn(clippy::use_self)]
|
||||
|
||||
pub mod backend;
|
||||
pub mod client;
|
||||
mod config;
|
||||
mod never;
|
||||
mod ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue