Skip to content

Commit

Permalink
Fix tui import
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 2, 2023
1 parent 765a346 commit b0b76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use {{crate_name}}::app::{App, AppResult};
use {{crate_name}}::event::{Event, EventHandler};
use {{crate_name}}::handler::handle_key_events;
use {{crate_name}}::ratatui::Tui;
use {{crate_name}}::tui::Tui;
use std::io;
use ratatui::backend::CrosstermBackend;
use ratatui::Terminal;
Expand Down

0 comments on commit b0b76d2

Please sign in to comment.