AppFlowy/frontend/appflowy_web/wasm-libs/af-user/src/lib.rs
Nathan.fooo fda70ff560
feat: folder web (#4580)
* chore: folder wasm

* chore: folder wasm

* chore: resolve deps

* chore: fix trait

* chore: try localset

* chore: fix

* chore: fix

* chore: fix

* chore: async init sdk

* chore: fix test

* chore: fix test
2024-02-04 05:50:23 +08:00

8 lines
126 B
Rust

pub mod authenticate_user;
mod define;
pub mod entities;
mod event_handler;
pub mod event_map;
pub mod manager;
mod protobuf;