feat: Removed the server functionality

This commit is contained in:
2025-11-03 14:25:55 -07:00
parent f474e6130e
commit e28619b55a
17 changed files with 21 additions and 1070 deletions
-4
View File
@@ -159,10 +159,6 @@ macro_rules! client_common_fns {
fn model(&self) -> &Model {
&self.model
}
fn model_mut(&mut self) -> &mut Model {
&mut self.model
}
};
}