Skip to content

Commit d000a3e

Browse files
authored
fix: constant module name typo (#227)
1 parent aea7d3e commit d000a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spotify_player/src/state/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
mod consant;
1+
mod constant;
22
mod data;
33
mod model;
44
mod player;
55
mod ui;
66

7-
pub use consant::*;
7+
pub use constant::*;
88
pub use data::*;
99
pub use model::*;
1010
pub use player::*;

0 commit comments

Comments
 (0)