use crate::{ component::{Component, LineArea, Plan}, theme::ColorSet, }; pub enum Event { Link(String), Input(termion::event::Event), }