artifacts: split out each artifact source into a submodule, move archive.rs into artifacts/beets.rs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use chrono::{Duration, Utc};
|
||||
use crossterm::event::{self, KeyCode, KeyModifiers, MediaKeyCode::Record};
|
||||
use ratatui::{Frame, layout::{Direction, Layout, Rect}, style::{self, Style, Stylize}, text::{Line, Span, Text}, widgets::{BorderType, Clear, Gauge, List, ListDirection, ListState, Paragraph, StatefulWidget, Widget, Wrap}};
|
||||
use crossterm::event::{self, KeyCode, KeyModifiers};
|
||||
use ratatui::{Frame, layout::{Direction, Layout, Rect}, style::{self, }, text::Span, widgets::{BorderType, Clear, ListState, Paragraph}};
|
||||
use throbber_widgets_tui::{Throbber, ThrobberState};
|
||||
use tokio::time::Instant;
|
||||
use tui_input::{Input, backend::crossterm::EventHandler};
|
||||
|
||||
Reference in New Issue
Block a user