Reorganize clientside to a single directory

This commit is contained in:
bbb651 2025-03-15 17:49:13 +02:00 committed by Shawn Wallace
parent cca74a5f6b
commit b34b08f004
3 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,5 @@
mod data_device;
use crate::server::{ObjectEvent, ObjectKey};
use std::os::unix::net::UnixStream;
use std::sync::{mpsc, Mutex, OnceLock};

View file

@ -1,5 +1,4 @@
mod clientside;
mod data_device;
mod server;
pub mod xstate;