refactor: selection.rs -> ui/selection.rs

This commit is contained in:
graelo 2021-03-19 23:17:41 +01:00
parent 748da3ae72
commit a5e3ed263c
6 changed files with 10 additions and 6 deletions

View file

@ -3,7 +3,7 @@ use std::fs::OpenOptions;
use std::io::prelude::*;
use std::io::{self, Read};
use copyrat::{run, selection::Selection, CliOpt};
use copyrat::{run, ui::Selection, CliOpt};
fn main() {
let opt = CliOpt::parse();