From 4fb92d6fa3ce2d93c2ce720429f46aa104972674 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 28 Jul 2025 01:41:31 -0400 Subject: Update --- crates/client/src/common.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 crates/client/src/common.rs (limited to 'crates/client/src/common.rs') diff --git a/crates/client/src/common.rs b/crates/client/src/common.rs deleted file mode 100644 index 3599211..0000000 --- a/crates/client/src/common.rs +++ /dev/null @@ -1,8 +0,0 @@ -#[cfg(target_arch = "wasm32")] -pub mod client; - -#[cfg(not(target_arch = "wasm32"))] -pub mod overlay; - -#[cfg(not(target_arch = "wasm32"))] -pub mod server; -- cgit v1.2.3