reorganize into modules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use std::borrow::Cow;
|
||||
use ratatui::{style::Style, text::Span};
|
||||
|
||||
pub const fn empty_span() -> Span<'static> {
|
||||
Span {
|
||||
style: Style::new(),
|
||||
content: Cow::Borrowed("")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user