Skip to content

Commit

Permalink
fix(code): applied rename in main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeSchmied committed Feb 29, 2024
1 parent 06bedb6 commit 67b15f9
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,4 +1,4 @@
use conways_game_of_life_tui::{app::App, *};
use cgol_tui::{app::App, *};
use crossterm::{
event::{self, poll, Event},
execute,
Expand Down

0 comments on commit 67b15f9

Please sign in to comment.