Skip to content

Commit

Permalink
Update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 6, 2023
1 parent 88ff9f6 commit ca2f161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/fj-window/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#![warn(missing_docs)]

mod run;
mod display;
mod window;

pub use self::run::{display, Error};
pub use self::display::{display, Error};

0 comments on commit ca2f161

Please sign in to comment.