This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
//! Abstraction around event sourcing for the checklist application.
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use crossterm::event::{self, Event};
|
use crossterm::event::{self, Event};
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
//! Todo list UI component for the checklist application.
|
||||||
use ratatui::style::Style;
|
use ratatui::style::Style;
|
||||||
use ratatui::widgets::{Block, Borders, List, ListItem, ListState};
|
use ratatui::widgets::{Block, Borders, List, ListItem, ListState};
|
||||||
// use Frame via the crate root type `ratatui::Frame` in the signature below
|
// use Frame via the crate root type `ratatui::Frame` in the signature below
|
||||||
|
|||||||
Reference in New Issue
Block a user