remove testing tab

This commit is contained in:
yggverse 2024-09-23 12:41:56 +03:00
parent 135c03146a
commit 76562c2894

View file

@ -9,13 +9,9 @@ pub struct Tab {
impl Tab { impl Tab {
// Construct // Construct
pub fn new() -> Tab { pub fn new() -> Tab {
let widget = widget::Tab::new(); Self {
widget: widget::Tab::new(),
let this = Self { widget }; }
this.append(true); // @TODO test
this
} }
// Actions // Actions