Rename new modules to old module names

This commit is contained in:
Joscha 2023-04-17 10:14:01 +02:00
parent bc8c5968d6
commit 21bb87fd45
24 changed files with 46 additions and 46 deletions

View file

@ -5,7 +5,7 @@ use crossterm::style::Stylize;
use toss::widgets::{BoxedAsync, Empty, Join2, Text};
use toss::{Style, Styled, WidgetExt};
use super::widgets2::ListState;
use super::widgets::ListState;
use super::UiError;
#[derive(Debug, Clone)]