more doc string and reexport fixes

This commit is contained in:
🪞👃🪞 2024-07-12 20:32:11 +03:00
parent 107e38278e
commit dc1f5f4a17
13 changed files with 37 additions and 48 deletions

View file

@ -1,25 +1,11 @@
//! Rendering of application to display.
pub mod arranger;
pub mod border;
pub mod chain;
pub mod help;
pub mod plugin;
pub mod sequencer;
pub mod split;
pub mod theme;
pub mod transport;
pub use self::arranger::*;
pub use self::border::*;
pub use self::chain::ChainView;
pub use self::help::*;
pub use self::sequencer::{SequencerView, BufferedSequencerView};
pub use self::split::*;
pub use self::theme::*;
use crate::{render, App, core::*};
submod! {
arranger border chain help plugin sequencer split theme transport
}
render!(App |self, buf, area| {
Split::down([
&self.transport,