mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Renamed files. Clippy is happy
This commit is contained in:
parent
f292bc5b9f
commit
e6cb1d8fa6
8 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pub mod stremio_app;
|
||||
pub use stremio_app::MainWindow;
|
||||
pub mod app;
|
||||
pub use app::MainWindow;
|
||||
pub mod stremio_wevbiew;
|
||||
pub use stremio_wevbiew::WebView;
|
||||
pub mod stremio_player;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
pub mod stremio_player;
|
||||
pub use stremio_player::Player;
|
||||
pub mod player;
|
||||
pub use player::Player;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
pub mod stremio_server;
|
||||
pub use stremio_server::StremioServer;
|
||||
pub mod server;
|
||||
pub use server::StremioServer;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
pub mod stremio_wevbiew;
|
||||
pub use stremio_wevbiew::WebView;
|
||||
pub mod wevbiew;
|
||||
pub use wevbiew::WebView;
|
||||
|
|
|
|||
Loading…
Reference in a new issue