Show a list of games in the library #64
|
@ -1,10 +0,0 @@
|
||||||
use serde::{Deserialize, Serialize};
|
|
||||||
use typeshare::typeshare;
|
|
||||||
|
|
||||||
#[typeshare]
|
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
|
||||||
pub struct LibraryView;
|
|
||||||
|
|
||||||
pub fn library_view() -> LibraryView {
|
|
||||||
LibraryView
|
|
||||||
}
|
|
|
@ -7,9 +7,6 @@ pub use playing_field::{playing_field, PlayingFieldView};
|
||||||
mod launch_screen;
|
mod launch_screen;
|
||||||
pub use launch_screen::{launch_screen_view, LaunchScreenView};
|
pub use launch_screen::{launch_screen_view, LaunchScreenView};
|
||||||
|
|
||||||
mod library_view;
|
|
||||||
pub use library_view::{library_view, LibraryView};
|
|
||||||
|
|
||||||
mod home;
|
mod home;
|
||||||
pub use home::{home, HomeView, HotseatPlayerElement, PlayerElement};
|
pub use home::{home, HomeView, HotseatPlayerElement, PlayerElement};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue