Split the user table into a sub-component

This commit is contained in:
Valentin Tolmer
2021-05-11 09:54:54 +02:00
parent e1047124fa
commit 5615ef8e1f
3 changed files with 88 additions and 49 deletions

View File

@@ -1,6 +1,7 @@
#![recursion_limit = "256"]
mod api;
mod app;
mod user_table;
use wasm_bindgen::prelude::{wasm_bindgen, JsValue};