remove unused files

This commit is contained in:
Rusty Striker 2024-10-18 19:50:55 +03:00
parent af11db6f55
commit 4a0673bde5
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
4 changed files with 0 additions and 47 deletions

View file

@ -8,7 +8,6 @@ use tokio::sync::{broadcast, mpsc};
pub mod api;
pub mod game;
pub mod pathfinder2r_impl;
pub mod table;
pub mod user;
#[derive(Serialize, Deserialize)]