summaryrefslogtreecommitdiffstats
path: root/src/components/shared.rs
blob: b5f0bdc5364b2408fd2b672337471166b1ae9c1e (plain)
1
2
3
mod editable_line;

pub(crate) use self::editable_line::{EditAction, EditableLine};