Files
advotracker/advotracker_client/src/widgets/configuration/mod.rs
2021-05-23 14:36:35 +02:00

13 lines
277 B
Rust

// SPDX-License-Identifier: (0BSD or MIT)
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
*/
/// The configuration state
pub mod configuration_state;
/// The configuration view
pub mod configuration_view;