Restructure: move clients/openrpc to client/ and clients/admin-ui to ui/
This commit is contained in:
10
ui/src/lib.rs
Normal file
10
ui/src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
pub mod app;
|
||||
pub mod app_components;
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
pub fn main() {
|
||||
wasm_logger::init(wasm_logger::Config::default());
|
||||
yew::Renderer::<app::App>::new().render();
|
||||
}
|
||||
Reference in New Issue
Block a user