Add initial card info structs and dataframe library

This commit is contained in:
2024-04-24 00:07:36 -04:00
parent 0f9ac3627f
commit 8007aca7ff
10 changed files with 151 additions and 5 deletions

View File

@@ -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()