mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 20:23:35 +00:00
Re-organize imports
This commit is contained in:
parent
bac285000d
commit
8003fc1773
@ -1,8 +1,10 @@
|
|||||||
use cursive::event::{EventResult, Key};
|
use cursive::{
|
||||||
use cursive::traits::With;
|
align::HAlign,
|
||||||
use cursive::view::{scroll::Scroller, Scrollable};
|
event::{EventResult, Key},
|
||||||
use cursive::views::{Dialog, Panel, TextView};
|
traits::With,
|
||||||
use cursive::{align::HAlign, views::OnEventView};
|
view::{scroll::Scroller, Scrollable},
|
||||||
|
views::{Dialog, OnEventView, Panel, TextView},
|
||||||
|
};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// Read some long text from a file.
|
// Read some long text from a file.
|
||||||
|
Loading…
Reference in New Issue
Block a user