1// Copyright (c) The nextest Contributors 2// SPDX-License-Identifier: MIT OR Apache-2.0 3 4//! User config elements. 5 6mod record; 7mod ui; 8 9pub use record::*; 10pub use ui::*;