lldap/app/src/infra/mod.rs
Valentin Tolmer f18d37b6e8 app: Add a component to delete a user
Also adds a way to hook to the bootstrap modals to show or hide them.
2021-09-24 14:33:51 +02:00

5 lines
62 B
Rust

pub mod api;
pub mod cookies;
pub mod graphql;
pub mod modal;