lldap/app/src/infra/mod.rs
Valentin Tolmer 6c09af6479 app: Create CommonComponent
This is a utility that gathers common parts of components, like task
and error handling.
2021-10-31 15:52:17 +01:00

6 lines
88 B
Rust

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