7 lines
90 B
Rust
7 lines
90 B
Rust
// src/state/pages.rs
|
|
|
|
pub mod auth;
|
|
pub mod admin;
|
|
pub mod add_table;
|
|
pub mod add_logic;
|