forms page

This commit is contained in:
Priec
2025-08-22 23:54:22 +02:00
parent dceb031822
commit b5a31ee81c
16 changed files with 20 additions and 19 deletions

View File

@@ -2,11 +2,11 @@
use crate::state::pages::{
admin::AdminState,
auth::{AuthState, LoginState, RegisterState},
form::FormState,
intro::IntroState,
add_logic::AddLogicState,
add_table::AddTableState,
};
use crate::pages::forms::FormState;
#[derive(Debug)]
pub enum Page {