// This file is part of `iced_af` crate. For the terms of use, please see the file
// called LICENSE-BSD-3-Clause at the top level of the `iced_af` crate.
//! Add new custom widgets below
//pub mod column; // A column that ensures column's children have the same width.
// Allows for the disabling of windows from event queue.
//pub mod row;
//pub mod sidebar; // A sidebar of tabs on one side of the content pane. // A row that ensures row's children have the same height.