Add initial card info structs and dataframe library
This commit is contained in:
@@ -13,7 +13,9 @@ cfg_if::cfg_if! {
|
||||
|
||||
#[derive(Serialize, Deserialize, ReactiveState, Clone)]
|
||||
#[rx(alias = "AppStateRx")]
|
||||
pub struct AppState {}
|
||||
pub struct AppState {
|
||||
|
||||
}
|
||||
|
||||
pub fn get_global_state_creator() -> GlobalStateCreator {
|
||||
GlobalStateCreator::new()
|
||||
|
||||
Reference in New Issue
Block a user