1
2
3
4
5
//! Onboarding module.
mod request;
mod voting;

pub use voting::Onboarding;