appstate moved to its folder also

This commit is contained in:
filipriec
2025-04-13 22:52:15 +02:00
parent d995fab0e4
commit 1927d1fa4d
23 changed files with 25 additions and 21 deletions

3
client/src/state/app.rs Normal file
View File

@@ -0,0 +1,3 @@
// src/state/app.rs
pub mod state;

View File

@@ -1,3 +1,3 @@
// src/state/mod.rs
pub mod state;
pub mod app;
pub mod pages;