Reorganize clientside to a single directory
This commit is contained in:
parent
cca74a5f6b
commit
b34b08f004
3 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
mod data_device;
|
||||
|
||||
use crate::server::{ObjectEvent, ObjectKey};
|
||||
use std::os::unix::net::UnixStream;
|
||||
use std::sync::{mpsc, Mutex, OnceLock};
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
mod clientside;
|
||||
mod data_device;
|
||||
mod server;
|
||||
pub mod xstate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue