graphs renamed to web

This commit is contained in:
Priec
2026-08-03 12:23:50 +02:00
parent f77e23a986
commit 35d85de556
47 changed files with 19 additions and 19 deletions

5
web/src/pages/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
pub(crate) mod add_logic;
pub(crate) mod add_table;
pub(crate) mod add_validation;
pub(crate) mod admin;
pub(crate) mod import_export;